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

Commit Graph

  • c1a358418a Update RDB.Kill to remove message from deadlines set Ken Hibino 2020-06-18 10:53:58 -0700
  • ee31ea2e9c Update RDB.Retry to remove message from deadlines set Ken Hibino 2020-06-18 10:25:01 -0700
  • cf3ccdfa92 Update RDB.Done to remove message from deadlines set Ken Hibino 2020-06-18 07:10:57 -0700
  • d98fc7c419 Update RDB.Dequeue to return message and deadline Ken Hibino 2020-06-18 05:45:10 -0700
  • 5587601b81 Add task message to deadlines set on dequeue Ken Hibino 2020-06-17 06:46:54 -0700
  • 9d471e3aa2 Use default timeout of 30mins if both timeout and deadline are not provided Ken Hibino 2020-06-16 21:12:50 -0700
  • 7fddba8f10 Change TaskMessage Timeout and Deadline to int Ken Hibino 2020-06-16 21:11:54 -0700
  • 825b29b7f3 Add redis key for deadlines in base package Ken Hibino 2020-06-16 05:27:58 -0700
  • 4e5f596910 Fix Client.Enqueue to always call enqueue Ken Hibino 2020-06-14 05:31:24 -0700
  • 7beab35c61 Fix Client.Enqueue to always call enqueue Ken Hibino 2020-06-14 05:31:24 -0700
  • 8bf5917cd9 v0.9.4 v0.9.4 Ken Hibino 2020-06-13 06:27:28 -0700
  • 7f30fa2bb6 Fix requeue logic in processor Ken Hibino 2020-06-13 06:09:54 -0700
  • 126f0b45c6 Fix requeue logic in processor Ken Hibino 2020-06-13 06:09:54 -0700
  • ade6e61f51 v0.9.3 v0.9.3 Ken Hibino 2020-06-12 06:31:42 -0700
  • a2abeedaa0 Fix JSON number ovewflow issue Ken Hibino 2020-06-11 20:58:27 -0700
  • 1513ea66bb Fix JSON number ovewflow issue Ken Hibino 2020-06-11 20:58:27 -0700
  • 81bb52b08c processor: log detail err in markAsDone func lion.zhao 2020-06-10 19:51:57 +0800
  • a8419c3076 processor: log detail err in markAsDone func lion.zhao 2020-06-10 19:51:57 +0800
  • bc2a7635a0 v0.9.2 v0.9.2 Ken Hibino 2020-06-08 06:23:02 -0700
  • f65d408bf9 Update docs for pause feature Ken Hibino 2020-06-08 06:15:45 -0700
  • a1655be602 Update docs for pause feature Ken Hibino 2020-06-08 06:15:45 -0700
  • 4749b4bbfc Add benchmark test to verify client enqueue performance while server is running Ken Hibino 2020-06-08 05:51:36 -0700
  • 06c4a1c7f8 Limit the number of tasks moved by CheckAndEnqueue to prevent a long running script Ken Hibino 2020-06-07 13:04:27 -0700
  • 8af4cbad51 Fix data race in test Ken Hibino 2020-06-05 21:23:28 -0700
  • 4e800a7f68 Update stats command to show queue paused status Ken Hibino 2020-06-05 06:42:27 -0700
  • d6a5c84dc6 Add pause and unpause command to CLI Ken Hibino 2020-06-04 06:34:15 -0700
  • 363cfedb49 Update Dequeue operation to skip paused queues Ken Hibino 2020-06-04 05:37:17 -0700
  • 4595bd41c3 Add Pause and Unpause methods to rdb Ken Hibino 2020-06-03 06:44:12 -0700
  • 1189097d3c Add benchmark test to verify client enqueue performance while server is running Ken Hibino 2020-06-08 05:51:36 -0700
  • 15bc2e4295 Limit the number of tasks moved by CheckAndEnqueue to prevent a long running script Ken Hibino 2020-06-07 13:04:27 -0700
  • 8c6a21ff59 WIP: Fix CheckAndEnqueue script to forward messages in chunks Ken Hibino 2020-06-07 05:45:47 -0700
  • 6b8a4eed54 Debug commit Ken Hibino 2020-06-06 21:16:44 -0700
  • d9161d621f Fix end-to-end benchmark to be deterministic Ken Hibino 2020-06-06 16:17:10 -0700
  • f903cc6614 Update benchcmp.sh script Ken Hibino 2020-06-06 14:35:32 -0700
  • c31410cbc8 Update Dequeue operation to skip paused queues Ken Hibino 2020-06-04 05:37:17 -0700
  • 336de5085c Add Pause and Unpause methods to rdb Ken Hibino 2020-06-03 06:44:12 -0700
  • 9b7b1bbff6 Update benchmark.sh to print debug logs Ken Hibino 2020-06-06 10:38:54 -0700
  • 0ec4255691 Update benchmark.sh to log at debug level Ken Hibino 2020-06-06 08:07:18 -0700
  • 153a795903 Fix data race in test Ken Hibino 2020-06-05 21:23:28 -0700
  • b97ef4a3f3 Update stats command to show queue paused status Ken Hibino 2020-06-05 06:42:27 -0700
  • 7d53c7946f Add pause and unpause command to CLI Ken Hibino 2020-06-04 06:34:15 -0700
  • 00a90532ac Update Dequeue operation to skip paused queues Ken Hibino 2020-06-04 05:37:17 -0700
  • 0893efc18e Add Pause and Unpause methods to rdb Ken Hibino 2020-06-03 06:44:12 -0700
  • e236d55477 Fix cli build Ken Hibino 2020-06-04 06:35:50 -0700
  • a38f628f3b Refactor server state management Ken Hibino 2020-05-18 20:47:35 -0700
  • 1e3a840b23 Refactor server state management Ken Hibino 2020-05-18 20:47:35 -0700
  • 69ad583278 v0.9.1 v0.9.1 Ken Hibino 2020-05-29 05:42:40 -0700
  • 23f46dde52 Add helper functions to extract task metadata from context Ken Hibino 2020-05-28 06:28:14 -0700
  • d33ded338e Add helper functions to extract task metadata from context Ken Hibino 2020-05-28 06:28:14 -0700
  • 39188fe930 remove typo and redundant code lihe 2020-05-22 16:09:04 +0800
  • db76b07101 remove typo and redundant code lihe 2020-05-22 16:09:04 +0800
  • 4492ed9255 Change internal constructor signatures. Ken Hibino 2020-05-17 12:33:55 -0700
  • 8080ce12c5 Change internal constructor signatures. Ken Hibino 2020-05-17 12:33:55 -0700
  • 4e3e053989 Update readme Ken Hibino 2020-05-16 10:44:39 -0700
  • aef0775c05 v0.9.0 v0.9.0 Ken Hibino 2020-05-16 08:02:57 -0700
  • de146993d2 Add log messages around Server.Quiet Ken Hibino 2020-05-16 08:01:39 -0700
  • 60cbf8dc5a Minor code cleanup Ken Hibino 2020-05-12 21:30:51 -0700
  • fb38086590 Clean up log messages Ken Hibino 2020-05-11 07:02:26 -0700
  • cfcd19a222 Change default log level to info Ken Hibino 2020-05-11 06:55:04 -0700
  • 24ee4b9693 Define test flags for package testing Ken Hibino 2020-05-10 16:47:46 -0700
  • 7849b395bd Update changelog Ken Hibino 2020-05-10 07:14:05 -0700
  • fa3082e5bb Change LogLevel to satisfy flag.Value interface Ken Hibino 2020-05-09 10:59:50 -0700
  • d13f7e900f Allow setting minimum log level for logger Ken Hibino 2020-05-07 21:28:06 -0700
  • b63476ddc8 Simplify Logger interface Ken Hibino 2020-05-05 22:10:11 -0700
  • 210b026b01 Add log messages around Server.Quiet Ken Hibino 2020-05-16 07:12:08 -0700
  • 556b2103fe Minor code cleanup Ken Hibino 2020-05-12 21:30:51 -0700
  • 0289bc7a10 Clean up log messages Ken Hibino 2020-05-11 07:02:26 -0700
  • ae942c93e5 Change default log level to info Ken Hibino 2020-05-11 06:55:04 -0700
  • dd10221d58 Clean up log messages Ken Hibino 2020-05-11 07:02:26 -0700
  • 6914e614d5 Change default log level to info Ken Hibino 2020-05-11 06:55:04 -0700
  • 0faf97f146 Define test flags for package testing Ken Hibino 2020-05-10 16:47:46 -0700
  • 711bfa371f Update changelog Ken Hibino 2020-05-10 07:14:05 -0700
  • 73d62844e6 Change LogLevel to satisfy flag.Value interface Ken Hibino 2020-05-09 10:59:50 -0700
  • 00b82904c6 Allow setting minimum log level for logger Ken Hibino 2020-05-07 21:28:06 -0700
  • a866369866 Simplify Logger interface Ken Hibino 2020-05-05 22:10:11 -0700
  • e73fc41a7f Define test flags for package testing Ken Hibino 2020-05-10 16:47:46 -0700
  • 958581c64c Update changelog Ken Hibino 2020-05-10 07:14:05 -0700
  • 13aca94a4a Change LogLevel to satisfy flag.Value interface Ken Hibino 2020-05-09 10:59:50 -0700
  • cf74c61233 Allow setting minimum log level for logger Ken Hibino 2020-05-07 21:28:06 -0700
  • 37de0a5273 Simplify Logger interface Ken Hibino 2020-05-05 22:10:11 -0700
  • 26b78136ba v0.8.3 v0.8.3 Ken Hibino 2020-05-08 06:19:48 -0700
  • 44aad7f037 Add redis conn close func to client t-asaka 2020-05-08 18:25:50 +0900
  • ef98be3889 Add redis conn close func to client t-asaka 2020-05-08 18:25:50 +0900
  • 9884d5f2fa v0.8.2 v0.8.2 Ken Hibino 2020-05-03 16:55:34 -0700
  • 826f1ecff4 Update docs Ken Hibino 2020-05-03 16:47:55 -0700
  • 200fe668fd Update docs Ken Hibino 2020-05-03 16:47:55 -0700
  • 24f2b64c6c Make sure to invoke CancelFunc in all cases Ken Hibino 2020-05-03 13:58:54 -0700
  • 8356218329 Make sure to invoke CancelFunc in all cases Ken Hibino 2020-05-03 13:58:54 -0700
  • 1c1474c55c Add tests to simulate cases where server cannot talk to redis Ken Hibino 2020-05-02 06:55:44 -0700
  • 5161b9368a Clean up tests Ken Hibino 2020-05-01 07:22:11 -0700
  • 1aa2d8e584 Add tests to simulate cases where server cannot talk to redis Ken Hibino 2020-05-02 06:55:44 -0700
  • e164006f90 Clean up tests Ken Hibino 2020-05-01 07:22:11 -0700
  • 0c998a8e17 Add test for signal handling Ken Hibino 2020-04-27 07:19:14 -0700
  • 0a68886eba Add test for signal handling Ken Hibino 2020-04-27 07:19:14 -0700
  • 49160f2536 v0.8.1 v0.8.1 Ken Hibino 2020-04-27 06:49:12 -0700
  • 9482aff80f Run goreportcard-cli after successful CI run Ken Hibino 2020-03-23 08:44:34 -0700
  • e33d297d8e Add SetDefaultOptions method to Client Ken Hibino 2020-04-26 07:48:38 -0700
  • 14fb66e132 Add SetDefaultOptions method to Client Ken Hibino 2020-04-26 07:48:38 -0700
  • eb8ced6bdd Add ParseRedisURI helper function Ken Hibino 2020-03-26 07:31:08 -0700
  • 34199cb961 Add ParseRedisURI helper function Ken Hibino 2020-03-26 07:31:08 -0700