2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-15 11:58:47 +08:00

Commit Graph

  • 281b80f4bb Update scheduler to check and enqueue for only the specified queues. Ken Hibino 2020-08-09 07:13:42 -0700
  • 6515d4522b Update CheckAndEnqueue method in RDB Ken Hibino 2020-08-09 06:26:14 -0700
  • 3795c42c98 Update Requeue method in RDB Ken Hibino 2020-08-09 05:40:44 -0700
  • 0ca14cb586 Update Kill method in RDB Ken Hibino 2020-08-08 12:44:08 -0700
  • 0e6d153572 Update Retry method in RDB Ken Hibino 2020-08-08 12:17:33 -0700
  • f085296d70 Update Done method in RDB Ken Hibino 2020-08-08 06:48:49 -0700
  • 62149e5a08 Update Dequeue command in rdb Ken Hibino 2020-08-08 06:04:16 -0700
  • faeeb2c820 Update Enqueue and Schedule commands in rdb Ken Hibino 2020-08-07 06:31:02 -0700
  • 87124993f8 Move unique key generator function to base Ken Hibino 2020-08-07 05:36:54 -0700
  • 03ea601c05 Update base package to generate redis keys with hashtag Ken Hibino 2020-08-06 07:34:00 -0700
  • 669c7995c4 Run CI builds using go v1.15.x Ken Hibino 2020-09-02 06:27:11 -0700
  • 7ed9091516 Run CI builds using go v1.15.x Ken Hibino 2020-09-02 06:27:11 -0700
  • 3c3b0e395a
    Merge 278cbdcd03 into 6d6a301379 xbt5843740 2020-09-02 04:55:45 +0000
  • 278cbdcd03
    Update README.md xbt5843740 2020-09-02 12:55:38 +0800
  • 6d6a301379 v0.11.0 v0.11.0 Ken Hibino 2020-07-28 22:46:41 -0700
  • 53f9475582 Update changelog Ken Hibino 2020-07-28 22:45:22 -0700
  • e8fdbc5a72 Fix history command Ken Hibino 2020-07-28 22:00:54 -0700
  • 5f06c308f0 Add Pause and Unpause queue methods to Inspector Ken Hibino 2020-07-28 21:56:48 -0700
  • a913e6d73f Add healthchecker to check broker connection Ken Hibino 2020-07-25 18:49:27 -0700
  • 6978e93080 Fix flaky test Ken Hibino 2020-07-26 13:16:13 -0700
  • 92d77bbc6e Minor comment fix Ken Hibino 2020-07-26 07:01:19 -0700
  • a28f61f313 Add Inspector type Ken Hibino 2020-07-13 06:29:41 -0700
  • 6d5ea0a1df Update changelog Ken Hibino 2020-07-28 22:45:22 -0700
  • 63c3a122df Fix history command Ken Hibino 2020-07-28 22:00:54 -0700
  • 6ff08a1767 Add Pause and Unpause queue methods to Inspector Ken Hibino 2020-07-28 21:56:48 -0700
  • b2ed2fa97b Add healthchecker to check broker connection Ken Hibino 2020-07-25 18:49:27 -0700
  • 2f1eff387d Add healthchecker to check broker connection Ken Hibino 2020-07-25 18:49:27 -0700
  • 5c87cb3ed1 Fix flaky test Ken Hibino 2020-07-26 13:16:13 -0700
  • a7764dc631 Minor comment fix Ken Hibino 2020-07-26 07:01:19 -0700
  • 93f15fb969 Add Inspector type Ken Hibino 2020-07-13 06:29:41 -0700
  • 764478b341 Add Inspector type Ken Hibino 2020-07-13 06:29:41 -0700
  • 9bd3d8e19e v0.10.0 v0.10.0 Ken Hibino 2020-07-06 05:53:56 -0700
  • 7382e2aeb8 Do not start worker goroutine for task already exceeded its deadline Ken Hibino 2020-07-05 16:55:33 -0700
  • 007fac8055 Invoke error handler when ctx.Done channel is closed Ken Hibino 2020-07-04 06:31:56 -0700
  • 8d43fe407a Change ErrorHandler function signature Ken Hibino 2020-07-04 05:24:47 -0700
  • 34b90ecc8a Return Result struct to caller of Enqueue Ken Hibino 2020-07-03 05:49:52 -0700
  • 8b60e6a268 Replace github.com/rs/xid with github.com/google/uuid Ken Hibino 2020-07-02 06:21:20 -0700
  • 486dcd799b Add version command to CLI Ken Hibino 2020-06-29 13:56:53 -0700
  • 195f4603bb Add migrate command to CLI Ken Hibino 2020-06-26 06:11:39 -0700
  • 2e2c9b9f6b Update docs Ken Hibino 2020-06-24 05:42:06 -0700
  • 199bf4d66a Minor code cleanup Ken Hibino 2020-06-23 06:34:59 -0700
  • 7e942ec241 Use int64 type for Timeout and Deadline in TaskMessage Ken Hibino 2020-06-22 08:33:58 -0700
  • 379da8f7a2 Clean up processor test Ken Hibino 2020-06-22 05:55:04 -0700
  • feee87adda Add recoverer Ken Hibino 2020-06-21 07:05:57 -0700
  • 7657f560ec Add RDB.ListDeadlineExceeded Ken Hibino 2020-06-20 06:29:58 -0700
  • 7c7de0d8e0 Fix processor Ken Hibino 2020-06-19 06:21:25 -0700
  • 83f1e20d74 Add deadline to syncRequest Ken Hibino 2020-06-19 05:51:50 -0700
  • 4e8ac151ae Update processor to adapt for deadlines set change Ken Hibino 2020-06-19 05:34:36 -0700
  • 08b71672aa Update RDB.Requeue to remove message from deadlines set Ken Hibino 2020-06-18 12:12:29 -0700
  • 92af00f9fd Update RDB.Dequeue to return deadline as time.Time Ken Hibino 2020-06-18 11:25:33 -0700
  • 113451ce6a Update RDB.Kill to remove message from deadlines set Ken Hibino 2020-06-18 10:53:58 -0700
  • 9cd9f3d6b4 Update RDB.Retry to remove message from deadlines set Ken Hibino 2020-06-18 10:25:01 -0700
  • 7b9119c703 Update RDB.Done to remove message from deadlines set Ken Hibino 2020-06-18 07:10:57 -0700
  • 9b05dea394 Update RDB.Dequeue to return message and deadline Ken Hibino 2020-06-18 05:45:10 -0700
  • 6cc5bafaba Add task message to deadlines set on dequeue Ken Hibino 2020-06-17 06:46:54 -0700
  • 716d3d987e Use default timeout of 30mins if both timeout and deadline are not provided Ken Hibino 2020-06-16 21:12:50 -0700
  • 0527b93432 Change TaskMessage Timeout and Deadline to int Ken Hibino 2020-06-16 21:11:54 -0700
  • 5dddc35d7c Add redis key for deadlines in base package Ken Hibino 2020-06-16 05:27:58 -0700
  • 15f3afcdcc Do not start worker goroutine for task already exceeded its deadline Ken Hibino 2020-07-05 16:55:33 -0700
  • 890f757171 Invoke error handler when ctx.Done channel is closed Ken Hibino 2020-07-04 06:31:56 -0700
  • 04702ddfd2 Change ErrorHandler function signature v0.10.0.rc1 Ken Hibino 2020-07-04 05:24:47 -0700
  • 53511e0225 Change ErrorHandler function signature Ken Hibino 2020-07-04 05:24:47 -0700
  • 6705f7c27a Return Result struct to caller of Enqueue Ken Hibino 2020-07-03 05:49:52 -0700
  • e4dab12498 Return Result struct to caller of Enqueue Ken Hibino 2020-07-03 05:49:52 -0700
  • e27ae0d33a Replace github.com/rs/xid with github.com/google/uuid Ken Hibino 2020-07-02 06:21:20 -0700
  • 5a24eaeb12 Replace github.com/rs/xid with github.com/google/uuid Ken Hibino 2020-07-02 06:21:20 -0700
  • 6cd0ab65a3 Add version command to CLI Ken Hibino 2020-06-29 13:56:53 -0700
  • 7b1542fbef Add version command to CLI Ken Hibino 2020-06-29 13:56:53 -0700
  • 83c9d5ae94 Add migrate command to CLI Ken Hibino 2020-06-26 06:11:39 -0700
  • 7eebbf181e Update docs Ken Hibino 2020-06-24 05:42:06 -0700
  • 7b1770da96 Minor code cleanup Ken Hibino 2020-06-23 06:34:59 -0700
  • e2c5882368 Use int64 type for Timeout and Deadline in TaskMessage Ken Hibino 2020-06-22 08:33:58 -0700
  • 50df107ace Clean up processor test Ken Hibino 2020-06-22 05:55:04 -0700
  • 9699d196e5 Add recoverer Ken Hibino 2020-06-21 07:05:57 -0700
  • 1c5f7a791b Add RDB.ListDeadlineExceeded Ken Hibino 2020-06-20 06:29:58 -0700
  • 232efe8279 Fix processor Ken Hibino 2020-06-19 06:21:25 -0700
  • ef4a4a8334 Add deadline to syncRequest Ken Hibino 2020-06-19 05:51:50 -0700
  • 65e17a3469 Update processor to adapt for deadlines set change Ken Hibino 2020-06-19 05:34:36 -0700
  • 88d94a2a9d Update RDB.Requeue to remove message from deadlines set Ken Hibino 2020-06-18 12:12:29 -0700
  • 7433b94aac Update RDB.Dequeue to return deadline as time.Time Ken Hibino 2020-06-18 11:25:33 -0700
  • 08ac7793ab Update RDB.Kill to remove message from deadlines set Ken Hibino 2020-06-18 10:53:58 -0700
  • 02b653df72 Update RDB.Retry to remove message from deadlines set Ken Hibino 2020-06-18 10:25:01 -0700
  • bee784c052 Update RDB.Done to remove message from deadlines set Ken Hibino 2020-06-18 07:10:57 -0700
  • 4ea58052f8 Update RDB.Dequeue to return message and deadline Ken Hibino 2020-06-18 05:45:10 -0700
  • 5afb4861a5 Add task message to deadlines set on dequeue Ken Hibino 2020-06-17 06:46:54 -0700
  • 68e6b379fc Use default timeout of 30mins if both timeout and deadline are not provided Ken Hibino 2020-06-16 21:12:50 -0700
  • 0e70a14899 Change TaskMessage Timeout and Deadline to int Ken Hibino 2020-06-16 21:11:54 -0700
  • f01c7b8e66 Add redis key for deadlines in base package Ken Hibino 2020-06-16 05:27:58 -0700
  • 61656b5b39 Add migrate command to CLI Ken Hibino 2020-06-26 06:11:39 -0700
  • 14cc9fbca2 Update docs Ken Hibino 2020-06-24 05:42:06 -0700
  • bf37fe4d0a Minor code cleanup Ken Hibino 2020-06-23 06:34:59 -0700
  • fb88618bff Use int64 type for Timeout and Deadline in TaskMessage Ken Hibino 2020-06-22 08:33:58 -0700
  • 55b78e7558 Clean up processor test Ken Hibino 2020-06-22 05:55:04 -0700
  • c9c82b3e8b Add recoverer Ken Hibino 2020-06-21 07:05:57 -0700
  • 50b5584767 Add RDB.ListDeadlineExceeded Ken Hibino 2020-06-20 06:29:58 -0700
  • 6e81d65688 Fix processor Ken Hibino 2020-06-19 06:21:25 -0700
  • f5f761413c Add deadline to syncRequest Ken Hibino 2020-06-19 05:51:50 -0700
  • 5de05e5473 Update processor to adapt for deadlines set change Ken Hibino 2020-06-19 05:34:36 -0700
  • 889e8010f4 Update RDB.Requeue to remove message from deadlines set Ken Hibino 2020-06-18 12:12:29 -0700
  • d334a664b8 Update RDB.Dequeue to return deadline as time.Time Ken Hibino 2020-06-18 11:25:33 -0700