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-05 17:28:05 -08:00
parent 3d72ca5a74
commit 20ad6daa6e

View File

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