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.