From 3fd096a90ae0765648cedfd2cb8b19416f6d2195 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Wed, 18 Dec 2019 21:18:13 -0800 Subject: [PATCH] [ci skip] Update todos --- asynq.go | 1 + 1 file changed, 1 insertion(+) diff --git a/asynq.go b/asynq.go index d652160..8ff40a5 100644 --- a/asynq.go +++ b/asynq.go @@ -5,6 +5,7 @@ import "github.com/go-redis/redis/v7" /* TODOs: - [P0] asynqmon kill , asynqmon killall +- [P0] Pagination for `asynqmon ls` command - [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