2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2026-06-11 18:34:19 +08:00

Add group count and aggregating task count in TaskView

This commit is contained in:
Ken Hibino
2022-03-22 06:50:10 -07:00
parent 6ec87cd434
commit a0e80ca4da
6 changed files with 35 additions and 7 deletions

2
go.mod
View File

@@ -15,3 +15,5 @@ require (
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
replace github.com/hibiken/asynq => ../../../database/Redis/go/asynq