From bcaccf11745a250724f03dfbefed4a243cd12ac7 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Mon, 16 Dec 2019 06:41:15 -0800 Subject: [PATCH] [ci skip] Update todos --- asynq.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/asynq.go b/asynq.go index 0510ca7..9f45ddd 100644 --- a/asynq.go +++ b/asynq.go @@ -4,10 +4,9 @@ import "github.com/go-redis/redis/v7" /* TODOs: -- [P0] Proper OS Signal handling -- [P0] Wait for a certain amount of time for wokers to finish on TERM signal +- [P0] Proper OS Signal handling - TTIN to stop the processor - [P0] asynqmon kill , asynqmon killall -- [P0] Assigning int or any number type to Payload will be converted to float64 in handler +- [P0] Better Payload API - Assigning int or any number type to Payload will be converted to float64 in handler - [P0] Redis Memory Usage, Connection info in stats - [P0] Processed, Failed count for today - [P0] Go docs + CONTRIBUTION.md + Github issue template + License comment