2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-04-21 13:35:51 +08:00

Add enqall command to asynqmon CLI

This commit is contained in:
Ken Hibino
2019-12-10 21:38:25 -08:00
parent 0d74c518bf
commit a96719413c
8 changed files with 131 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ TODOs:
*/
// Max retry count by default
const defaultMaxRetry = 1
const defaultMaxRetry = 25
// Task represents a task to be performed.
type Task struct {