Ken Hibino
|
b6d8bd1412
|
(tools): Require go1.18+
|
2022-05-16 17:07:50 -07:00 |
|
Ken Hibino
|
0d7846c580
|
(cli): Add queue details view to dash
|
2022-05-16 06:45:13 -07:00 |
|
Ken Hibino
|
a895145a43
|
(cli): Add redis view
|
2022-05-15 13:40:08 -07:00 |
|
Ken Hibino
|
e52a4b97e5
|
(cli): Refactor data fetch in dash
|
2022-05-15 13:14:47 -07:00 |
|
Ken Hibino
|
2512d01d19
|
(cli) Add navigation to dash
|
2022-05-15 12:37:21 -07:00 |
|
Ken Hibino
|
45554b2e37
|
(cli) Add * to indicate current view in the footer menu
|
2022-05-15 11:49:01 -07:00 |
|
Ken Hibino
|
a666201f99
|
(cli) Add footer to dash
|
2022-05-14 18:11:40 -07:00 |
|
Ken Hibino
|
4cf5d74162
|
(cli): Add dash command
|
2022-05-14 17:37:39 -07:00 |
|
Ken Hibino
|
5187844ca5
|
Update CLI install command in README
|
2022-05-06 16:55:54 -07:00 |
|
Ken Hibino
|
4dd2b5738a
|
(cli): Improve help command output
|
2022-05-06 16:18:40 -07:00 |
|
Jeffrey Lo
|
9116c096ec
|
docs: correct typo (deafult => default)
|
2022-05-04 19:10:09 -07:00 |
|
Erwan Leboucher
|
5c723f597e
|
Correct the error message to cancel an active tasks
|
2022-04-13 06:08:46 -07:00 |
|
Ken Hibino
|
dd6f84c575
|
(cli): Use asynq v0.23
|
2022-04-13 06:07:31 -07:00 |
|
Ken Hibino
|
c438339c3d
|
Fix date in changelog
|
2022-04-12 06:22:42 -07:00 |
|
Ken Hibino
|
901938b0fe
|
Update readme
|
2022-04-11 17:07:24 -07:00 |
|
Ken Hibino
|
245d4fe663
|
v0.23.0
v0.23.0
|
2022-04-11 16:57:33 -07:00 |
|
Ken Hibino
|
94719e325c
|
Update CHANGELOG.md
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
8b2a787759
|
Rename variables for public API documentation
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
451be7e50f
|
(cli): Update stats command to print the number of aggregating tasks
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
578321f226
|
(cli): Extend task ls command to list aggregating tasks
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
2c783566f3
|
(cli): Add group ls command
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
39718f8bea
|
Always enqueue the aggregated task in the same queue
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
829f64fd38
|
Define GroupAggregator interface
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
a369443955
|
Add batch actions to inspector for aggregating tasks
Added:
- Inspector.DeleteAllAggregatingTasks
- Inspector.ArchiveAllAggregatingTasks
- Inspector.RunAllAggregatingTasks
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
de139cc18e
|
Update RDB.RunTask to schedule aggregating task
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
74db013ab9
|
Add RDB.RunAllAggregatingTasks
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
725105ca03
|
Update RDB.ArchiveTask to archive aggregating task
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
d8f31e45f1
|
Add RDB.ArchiveAllAggregatingTasks
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
9023cbf4be
|
Update RDB.DeleteTask to handle aggregating task
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
9279c09125
|
Add RDB.DeleteAllAggregatingTasks
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
bc27126670
|
Fix memory usage lua script
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
0cfa7f47ba
|
Fix memory_usage lua script
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
8a4fb71dd5
|
Update go.mod with replace directive
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
7fb5b25944
|
Add Inspector.ListAggregatingTasks
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
71bd8f0535
|
Add RDB.ListAggregating
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
4c8432e0ce
|
Add Inspector.Groups method
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
e939b5d166
|
Rename asynqtest package to testutil
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
1acd62c760
|
Move test helpers to asynqtest package
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
0149396bae
|
Add RDB.GroupStats for inspecting groups
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
45ed560708
|
Add Group field to TaskInfo struct
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
01eeb8756e
|
(cli): Update queue inspect cmd to show # of groups and aggregating tasks
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
47af17cfb4
|
Fix RDB.CurrentStats to report the correct queue size
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
eb064c2bab
|
Fix AggregationCheck with unlimited size to clear group name from
all-groups set
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
652939dd3a
|
Update memory usage redis lua script to account for groups
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
efe3c74037
|
Show number of groups and aggregating task count in QueueInfo
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
74d2eea4e0
|
Clear group if aggregation set empties the group
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
60a4dc1401
|
Add test for DeleteAggregationSet error case
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
4b716780ef
|
Rewrite test for DeleteAggregationSet function with a new pattern
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
e63f41fb24
|
Fix DeleteAggregationSet
|
2022-04-11 16:55:43 -07:00 |
|
Ken Hibino
|
1c388baf06
|
Implement RDB.ReclaimStaleAggregationSets
|
2022-04-11 16:55:43 -07:00 |
|