2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 11:31:58 +08:00

Update todos

This commit is contained in:
Ken Hibino 2019-12-07 20:25:46 -08:00
parent b8e456742f
commit 8e2c4e5716

View File

@ -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
*/