From 20ad6daa6ee99e55b7eefbdb92916d7ea971b38a Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Thu, 5 Dec 2019 17:28:05 -0800 Subject: [PATCH] Update todos --- asynq.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/asynq.go b/asynq.go index fb5226d..dd5b2ba 100644 --- a/asynq.go +++ b/asynq.go @@ -4,10 +4,11 @@ import "github.com/go-redis/redis/v7" /* TODOs: -- [P0] Go docs + CONTRIBUTION.md +- [P0] Go docs + CONTRIBUTION.md + docs.go +- [P0] command to list each queue tasks +- [P0] command to retry tasks from "retry", "dead" queue - [P1] Add Support for multiple queues and priority - [P1] User defined max-retry count -- [P2] Web UI */ // Max retry count by default