mirror of
https://github.com/hibiken/asynq.git
synced 2025-10-03 05:12:01 +08:00
Fix comment typos
This commit is contained in:
committed by
GitHub
parent
aefd276146
commit
30d409371b
2
asynq.go
2
asynq.go
@@ -201,7 +201,7 @@ const (
|
||||
// Indicates that the task is processed successfully and retained until the retention TTL expires.
|
||||
TaskStateCompleted
|
||||
|
||||
// Indicates that the task is waiting in a group to be aggreated into one task.
|
||||
// Indicates that the task is waiting in a group to be aggregated into one task.
|
||||
TaskStateAggregating
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user