From b2bc0ef91ce2c0cc676b9d82cc4e0104a84fdde3 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Tue, 17 Dec 2019 20:37:54 -0800 Subject: [PATCH] [ci skip] Update todos --- asynq.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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