From 9c0233c3887de0b32b22142e566689c714ce4d53 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Thu, 2 Jan 2020 18:04:36 -0800 Subject: [PATCH] Update todos --- asynq.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/asynq.go b/asynq.go index 3830e0f..23a3d93 100644 --- a/asynq.go +++ b/asynq.go @@ -2,10 +2,7 @@ package asynq /* TODOs: -- [P0] Pagination for `asynqmon ls` command -- [P0] Show elapsed time for InProgress tasks (asynqmon ls inprogress) -- [P0] Go docs + CONTRIBUTION.md + Github issue template + License comment -- [P1] Add Support for multiple queues and priority +- [P0] Go docs + License comment */ // Task represents a task to be performed.