2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-08-19 15:08:55 +08:00

Add SchedulerEntries method to Inspector

This commit is contained in:
Ken Hibino
2020-12-01 07:37:09 -08:00
parent b604d25937
commit f9c0673116
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
}