2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-23 10:16:12 +08:00

Add SchedulerEntries method to Inspector

This commit is contained in:
Ken Hibino
2020-12-01 07:37:09 -08:00
parent 7c033f718c
commit 285230e8c6
3 changed files with 131 additions and 1 deletions

View File

@@ -304,7 +304,7 @@ type SchedulerEntry struct {
// Next shows the next time the task will be enqueued.
Next time.Time
// Prev shows the last time the task was enqueued.
// Prev shows the last time the task was enqueued.
// Zero time if task was never enqueued.
Prev time.Time
}