diff --git a/asynq.go b/asynq.go index 9f45ddd..d652160 100644 --- a/asynq.go +++ b/asynq.go @@ -4,9 +4,9 @@ import "github.com/go-redis/redis/v7" /* TODOs: -- [P0] Proper OS Signal handling - TTIN to stop the processor - [P0] asynqmon kill , asynqmon killall - [P0] Better Payload API - Assigning int or any number type to Payload will be converted to float64 in handler +- [P0] Show elapsed time for InProgress tasks (asynqmon ls inprogress) - [P0] Redis Memory Usage, Connection info in stats - [P0] Processed, Failed count for today - [P0] Go docs + CONTRIBUTION.md + Github issue template + License comment