mirror of
https://github.com/hibiken/asynq.git
synced 2025-04-23 09:10:19 +08:00
Documentation fix
This commit is contained in:
parent
db311acf1f
commit
87f2eaf3f6
2
asynq.go
2
asynq.go
@ -82,7 +82,7 @@ type TaskInfo struct {
|
||||
// zero if not applicable.
|
||||
NextProcessAt time.Time
|
||||
|
||||
// ResulTTL is duration of the retention period after the task is successfully processed.
|
||||
// ResultTTL is duration of the retention period after the task is successfully processed.
|
||||
ResultTTL time.Duration
|
||||
|
||||
// CompletedAt is the time when the task is processed successfully.
|
||||
|
Loading…
x
Reference in New Issue
Block a user