2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-13 04:46:39 +08:00

Commit Graph

  • 118527d9d0 add chinese docs GargantuaX 2022-09-20 23:12:16 +0800
  • ffbb8f106b fix redis sentinel url parse Zhidong Chen 2022-09-09 10:27:02 +0800
  • 8c0b955310
    bump Herb Stahl 2022-09-01 14:16:29 -0700
  • a718697b1f https://github.com/hibiken/asynq/issues/441 Herb Stahl 2022-09-01 14:13:39 -0700
  • 81c8c78800 Unit test fix Herb Stahl 2022-09-01 12:11:43 -0700
  • 1769be692d update Herb Stahl 2022-09-01 11:20:31 -0700
  • 5e1da5c8ab
    Merge pull request #3 from hibiken/master Herb Stahl 2022-09-01 08:06:36 -0700
  • 58320c455b
    Update server.go SaltySooda 2022-08-19 09:46:14 +0800
  • 564ab1464c
    Update server.go SaltySooda 2022-08-19 09:45:10 +0800
  • 11988757a4
    Create server.go SaltySooda 2022-08-19 09:39:51 +0800
  • 56f1b60e3a
    Merge pull request #5 from 22dm/custom-unique-key 徐胖 2022-07-19 15:29:53 +0800
  • ed14834c08 chore(): set archived task TTL youngxu 2022-07-14 09:35:48 +0800
  • 22f2c0057c chore(): set archived task TTL youngxu 2022-07-14 09:35:48 +0800
  • f27a72c2f2 chore(): set scheduler_history TTL youngxu 2022-07-13 14:48:04 +0800
  • 028541499a
    Merge 053a5b8daa into c70ff6a335 hansongyu 2022-07-13 02:05:13 +0000
  • 053a5b8daa
    delete processed when deleting a queue hansongyu 2022-07-13 10:04:40 +0800
  • a7e533f268
    Merge pull request #2 from easyops-cn/xuy/export-scheduler-funcs 徐胖 2022-07-08 12:32:00 +0800
  • 94a4b7d126 chore(): export Scheduler.ID() Scheduler.Entries() youngxu 2022-07-08 11:49:44 +0800
  • 4106a224a0
    ci(): remove go1.14 go1.15 from build workflow matrix 徐胖 2022-07-08 12:05:26 +0800
  • 63b5f1bd97 chore(): export Scheduler.ID() Scheduler.Entries() youngxu 2022-07-08 11:49:44 +0800
  • 5127210398 options: add unlimited retry Alex Ullrich 2022-06-30 22:35:01 -0400
  • c70ff6a335
    fix a missing ticker.stop() 徐胖 2022-06-27 04:10:06 +0800
  • 519985f195 feat: add custom unique key option nyako 2022-06-24 14:55:53 +0800
  • a04ba6411d
    Fix dash command flags Ken Hibino 2022-06-22 20:57:11 -0700
  • c0c28ffc42 (cli): Fix dash command to use flag values for redis connection options Ken Hibino 2022-06-22 20:47:53 -0700
  • c5c82e2d45 fix a missing ticker.stop() youngxu 2022-06-21 14:33:16 +0800
  • 7922c858f7 Inspector support Go context youngxu 2022-06-21 14:10:31 +0800
  • 7d783d6ae9 Inspector support Go context youngxu 2022-06-21 11:40:39 +0800
  • 092911854e Inspector support Go context youngxu 2022-06-21 11:38:30 +0800
  • 4b40196099 add recoverPanicFunc linhbkhn95 2022-06-15 17:31:36 +0700
  • a5681d48b5 Merge branch 'hibiken-master' herb 2022-06-13 09:50:02 -0700
  • a5dfca2e36 Merge branch 'master' of github.com:hibiken/asynq into hibiken-master herb 2022-06-13 09:49:40 -0700
  • d0209d9273
    Remove error log from Scheduler Ken Hibino 2022-06-04 12:48:56 -0700
  • f9767207be Remove error log from Scheduler Ken Hibino 2022-06-04 12:05:56 -0700
  • 6c954c87bf
    Update readme Ken Hibino 2022-06-03 04:14:45 -0700
  • dec4cd2cab Update readme Ken Hibino 2022-06-02 19:54:55 -0700
  • 86fe31990b
    (cli): Add dash command Ken Hibino 2022-06-02 19:23:06 -0700
  • dcfb71b771 (cli): Fix bug in ScreenDrawer Ken Hibino 2022-06-02 17:42:40 -0700
  • 258324db4e (cli): Clean up dash --help output Ken Hibino 2022-05-31 16:15:57 -0700
  • 6cfe57d290 (cli): Update dash help view Ken Hibino 2022-05-31 16:07:52 -0700
  • 5647718af3 (cli): Force data refresh when navigating back Ken Hibino 2022-05-29 17:02:47 -0700
  • c0b8c841cd (cli): always sort queues by name Ken Hibino 2022-05-29 16:59:08 -0700
  • fa67ff7d9c (cli): cleanup Ken Hibino 2022-05-29 16:52:26 -0700
  • 07d59f3922 (cli): Reverse order of task state in queues view Ken Hibino 2022-05-29 16:46:03 -0700
  • 5845595151 (cli): Add formatPastTime helper Ken Hibino 2022-05-29 16:35:08 -0700
  • eb5b932b4c (cli): Add formatNextProcessTime helper Ken Hibino 2022-05-29 10:16:40 -0700
  • e0540b7698 (cli): Disable arrow keys while modal is open Ken Hibino 2022-05-29 05:33:47 -0700
  • 9e252e1082 (cli): Fix withModal helper Ken Hibino 2022-05-28 16:59:05 -0700
  • 77a03e0e87 (cli): Update debug info Ken Hibino 2022-05-28 16:38:46 -0700
  • 08b0a68bfb (cli): Refactor Ken Hibino 2022-05-28 15:58:52 -0700
  • cf4c091465 (cli): Remove unnecessary views from dash command Ken Hibino 2022-05-28 15:29:32 -0700
  • 165e9f3fba (cli): Allow different styles to be used in modal row Ken Hibino 2022-05-27 16:08:57 -0700
  • a57c1aacb8 (cli): minor fix Ken Hibino 2022-05-27 15:31:37 -0700
  • 19411c538a (cli): Fix withModal helper Ken Hibino 2022-05-27 15:26:18 -0700
  • f105a2c3c3 (cli): Add formatByteSlice helper func Ken Hibino 2022-05-27 15:16:24 -0700
  • 193881ffb0 (cli): Define styles in global scope Ken Hibino 2022-05-27 15:01:34 -0700
  • 2f95ff0442 (cli): Disallow refresh interval less than 1s Ken Hibino 2022-05-27 13:58:41 -0700
  • 6058e369c3 (cli): Update fetcher interface Ken Hibino 2022-05-27 13:49:43 -0700
  • 5f47379e76 (cli): Add --refresh flag to dash command Ken Hibino 2022-05-27 12:26:02 -0700
  • 89524e954f (cli): Show different task attributes based on task state Ken Hibino 2022-05-27 11:16:55 -0700
  • e0e5d1ac24
    Add pre and post enqueue callback options for Scheduler Chih Sean Hsu 2022-05-28 01:50:02 +0800
  • 5a046c269a chore: add this change into CHANGELOG.md Chih Sean Hsu 2022-05-27 14:20:43 +0800
  • 8dc11a533b chore: rename preHandler and postHandler Chih Sean Hsu 2022-05-27 14:20:23 +0800
  • 89e785e870 (cli): task modal Ken Hibino 2022-05-23 16:19:43 -0700
  • b6dac5c0a1 (cli): extract ticker out of fetcher Ken Hibino 2022-05-23 15:40:07 -0700
  • 9415d66655 (cli): Show task info modal if taskID state is set Ken Hibino 2022-05-23 15:29:07 -0700
  • 7757de4173 (cli): Add modal Ken Hibino 2022-05-22 20:33:50 -0700
  • 34926d3f69 (cli): filename rename Ken Hibino 2022-05-22 16:27:10 -0700
  • 92cc3a79c4 (cli): Add more tests Ken Hibino 2022-05-22 16:20:11 -0700
  • a13a3dfe2d (ci): Update build workflow Ken Hibino 2022-05-22 10:20:37 -0700
  • 500e0c02ea (cli): Refactor dash package Ken Hibino 2022-05-22 10:05:22 -0700
  • 604b906558 feat: add preHandler and postHandler for Scheduler Chih Sean Hsu 2022-05-22 15:12:03 +0800
  • 2d5ca43424 (cli): Define dataFetcher type Ken Hibino 2022-05-21 16:47:46 -0700
  • 0eecef2da6 (cli): Refactor key event handlers Ken Hibino 2022-05-21 09:47:21 -0700
  • 8b8b17650f (cli): Make baseStyle global variable Ken Hibino 2022-05-21 07:18:56 -0700
  • 553891e837 (cli): Add group selection table Ken Hibino 2022-05-20 17:18:20 -0700
  • 2e9b5ed17e (cli): Add pagination to task table Ken Hibino 2022-05-19 06:26:42 -0700
  • 16856a6a41 (cli): update queue details view Ken Hibino 2022-05-18 11:13:24 -0700
  • 2c43ee9e20 (cli): Add event handler for left/right arrows Ken Hibino 2022-05-18 06:52:13 -0700
  • b78ed063ff (cli): Show queue info banner in dash Ken Hibino 2022-05-18 06:08:22 -0700
  • b6303876b5 (cli): Split dash package into multiple files Ken Hibino 2022-05-18 05:50:50 -0700
  • 83b6a5599d (cli): Create dash subpackage Ken Hibino 2022-05-18 05:40:25 -0700
  • 4e0da9fb55 (cli): Add helper function for drawing table Ken Hibino 2022-05-17 14:40:14 -0700
  • 4ac70e2e6e
    Merge branch 'hibiken:master' into master Trịnh Đức Bảo Linh 2022-05-17 14:11:48 +0700
  • 05fa52027c
    Merge pull request #2 from linhbkhn95/feature/expose-task-id-duplicate Trịnh Đức Bảo Linh 2022-05-17 14:10:27 +0700
  • 907e2c446f expose taskId when duplicated linhbkhn95 2022-05-17 14:06:00 +0700
  • fc91fc2e1a expose taskID when duplicated linhbkhn95 2022-05-17 11:56:55 +0700
  • 30d409371b
    Fix comment typos Trịnh Đức Bảo Linh 2022-05-17 11:14:15 +0700
  • 983769bbca fix typo linhbkhn95 2022-05-17 10:00:00 +0700
  • b6d8bd1412 (tools): Require go1.18+ Ken Hibino 2022-05-16 17:07:50 -0700
  • 0d7846c580 (cli): Add queue details view to dash Ken Hibino 2022-05-16 06:45:13 -0700
  • a895145a43 (cli): Add redis view Ken Hibino 2022-05-15 13:34:39 -0700
  • e52a4b97e5 (cli): Refactor data fetch in dash Ken Hibino 2022-05-15 13:05:12 -0700
  • 2512d01d19 (cli) Add navigation to dash Ken Hibino 2022-05-15 12:37:21 -0700
  • 45554b2e37 (cli) Add * to indicate current view in the footer menu Ken Hibino 2022-05-15 11:49:01 -0700
  • a666201f99 (cli) Add footer to dash Ken Hibino 2022-05-14 18:11:40 -0700
  • 4cf5d74162 (cli): Add dash command Ken Hibino 2022-05-08 20:15:12 -0700
  • c19a8c56d7 don't archive if our max size is 0 Herb Stahl 2022-05-09 06:55:23 -0700
  • d2fc04a2e6 Merge branch 'hibiken-master' Herb Stahl 2022-05-08 18:53:23 -0700
  • b36509c35e update Herb Stahl 2022-05-08 18:53:03 -0700