mirror of
https://github.com/hibiken/asynq.git
synced 2026-02-02 00:30:08 +00:00
Record time when task moved to pending state
This commit is contained in:
@@ -63,7 +63,7 @@ type DailyStats struct {
|
||||
Time time.Time
|
||||
}
|
||||
|
||||
// KEYS[1] -> asynq:<qname>
|
||||
// KEYS[1] -> asynq:<qname>:pending
|
||||
// KEYS[2] -> asynq:<qname>:active
|
||||
// KEYS[3] -> asynq:<qname>:scheduled
|
||||
// KEYS[4] -> asynq:<qname>:retry
|
||||
|
||||
Reference in New Issue
Block a user