2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-03 17:22:01 +08:00
Commit Graph

132 Commits

Author SHA1 Message Date
Ken Hibino
89524e954f (cli): Show different task attributes based on task state 2022-05-27 11:16:55 -07:00
Ken Hibino
89e785e870 (cli): task modal 2022-05-23 17:54:07 -07:00
Ken Hibino
b6dac5c0a1 (cli): extract ticker out of fetcher 2022-05-23 15:48:18 -07:00
Ken Hibino
9415d66655 (cli): Show task info modal if taskID state is set 2022-05-23 15:33:44 -07:00
Ken Hibino
7757de4173 (cli): Add modal 2022-05-22 21:09:13 -07:00
Ken Hibino
34926d3f69 (cli): filename rename 2022-05-22 16:27:10 -07:00
Ken Hibino
92cc3a79c4 (cli): Add more tests 2022-05-22 16:20:11 -07:00
Ken Hibino
500e0c02ea (cli): Refactor dash package 2022-05-22 10:14:12 -07:00
Ken Hibino
2d5ca43424 (cli): Define dataFetcher type 2022-05-21 16:47:46 -07:00
Ken Hibino
0eecef2da6 (cli): Refactor key event handlers 2022-05-21 16:09:35 -07:00
Ken Hibino
8b8b17650f (cli): Make baseStyle global variable 2022-05-21 07:21:56 -07:00
Ken Hibino
553891e837 (cli): Add group selection table 2022-05-21 06:55:02 -07:00
Ken Hibino
2e9b5ed17e (cli): Add pagination to task table 2022-05-19 09:45:07 -07:00
Ken Hibino
16856a6a41 (cli): update queue details view 2022-05-18 21:05:22 -07:00
Ken Hibino
2c43ee9e20 (cli): Add event handler for left/right arrows 2022-05-18 10:28:37 -07:00
Ken Hibino
b78ed063ff (cli): Show queue info banner in dash 2022-05-18 06:08:22 -07:00
Ken Hibino
b6303876b5 (cli): Split dash package into multiple files 2022-05-18 05:50:50 -07:00
Ken Hibino
83b6a5599d (cli): Create dash subpackage 2022-05-18 05:40:25 -07:00
Ken Hibino
4e0da9fb55 (cli): Add helper function for drawing table 2022-05-17 14:43:32 -07:00
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
Ken Hibino
dd6f84c575 (cli): Use asynq v0.23 2022-04-13 06:07:31 -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
8a4fb71dd5 Update go.mod with replace directive 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
8bd70c6f84 (ci): Run go (build|test) commands for each module 2022-02-01 07:00:00 -08:00
Ken Hibino
10ab4e3745 Remove replace directives in go.mod 2022-02-01 06:18:41 -08:00
Mahdi Dibaiee
2d0170541c Add --json flag for asynq stats command 2022-01-02 07:24:29 -08:00
Ken Hibino
43cb4ddf19 Add queue metrics exporter
Changes:
- Added `x/metrics` package
- Added `tools/metrics_exporter` binary
2021-12-16 06:01:01 -08:00
Ken Hibino
f4ddac4dcc Introduce Task Results
* Added Retention Option to specify retention TTL for tasks
* Added ResultWriter as a client interface to write result data for the associated task
2021-11-06 15:18:42 -07:00
Jason White
b3ef9e91a9 Upgrade go-redis/redis to version 8 2021-09-02 05:56:02 -07:00
Ken Hibino
99c7ebeef2 Add migration command in CLI 2021-06-29 16:34:21 -07:00
Ken Hibino
1bd0bee1e5 Fix CLI build 2021-06-29 16:34:21 -07:00
Ken Hibino
b0321fb465 Format payload bytes in CLI output 2021-06-29 16:34:21 -07:00
Ken Hibino
7776c7ae53 Rename cli subcommand to not to use dash 2021-06-29 16:34:21 -07:00
Ken Hibino
709ca79a2b Add task inspect command 2021-06-29 16:34:21 -07:00
Ken Hibino
385323b679 Minor fix in queue command 2021-06-29 16:34:21 -07:00
Ken Hibino
77604af265 Fix asynq CLI build 2021-06-29 16:34:21 -07:00
Ken Hibino
9c95c41651 Change Server API
* Rename ServerStatus to ServerState internally

* Rename terminate to shutdown internally

* Update Scheduler API to match Server API
2021-06-29 16:34:21 -07:00
Ken Hibino
430b01c9aa Fix CLI build 2021-01-31 06:09:40 -08:00