mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-09-19 05:10:34 +08:00
Add group count and aggregating task count in TaskView
This commit is contained in:
@@ -38,6 +38,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
const validStatus = [
|
||||
"active",
|
||||
"pending",
|
||||
"aggregating",
|
||||
"scheduled",
|
||||
"retry",
|
||||
"archived",
|
||||
|
Reference in New Issue
Block a user