2
0
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:
Ken Hibino
2021-12-09 06:37:18 -08:00
parent 9f2c321e98
commit 6e7106c8f2
3 changed files with 31 additions and 5 deletions

View File

@@ -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