mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
Update todos
This commit is contained in:
parent
3d72ca5a74
commit
20ad6daa6e
5
asynq.go
5
asynq.go
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user