From 8e2c4e571602783a31569c7ad8dc129b046731e0 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Sat, 7 Dec 2019 20:25:46 -0800 Subject: [PATCH] Update todos --- asynq.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/asynq.go b/asynq.go index 9193b38..aa586c4 100644 --- a/asynq.go +++ b/asynq.go @@ -4,9 +4,8 @@ import "github.com/go-redis/redis/v7" /* TODOs: -- [P0] Go docs + CONTRIBUTION.md -- [P0] command to list each queue tasks - [P0] command to retry tasks from "retry", "dead" queue +- [P0] Go docs + CONTRIBUTION.md + Github issue template - [P1] Add Support for multiple queues and priority - [P1] User defined max-retry count */