2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-07 18:42:02 +08:00

Merge branch 'master' of github.com:hibiken/asynq into hibiken-master

This commit is contained in:
herb
2022-06-13 09:49:40 -07:00
25 changed files with 2094 additions and 26 deletions

View File

@@ -92,7 +92,7 @@ func (i *Inspector) Groups(queue string) ([]*GroupInfo, error) {
return res, nil
}
// GroupInfo represents a state of a group at a cerntain time.
// GroupInfo represents a state of a group at a certain time.
type GroupInfo struct {
// Name of the group.
Group string