2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-05-02 18:05:51 +08:00

Commit Graph

  • 9699d196e5 Add recoverer Ken Hibino 2020-06-21 07:05:57 -07:00
  • 1c5f7a791b Add RDB.ListDeadlineExceeded Ken Hibino 2020-06-20 06:29:58 -07:00
  • 232efe8279 Fix processor Ken Hibino 2020-06-19 06:21:25 -07:00
  • ef4a4a8334 Add deadline to syncRequest Ken Hibino 2020-06-19 05:51:50 -07:00
  • 65e17a3469 Update processor to adapt for deadlines set change Ken Hibino 2020-06-19 05:34:36 -07:00
  • 88d94a2a9d Update RDB.Requeue to remove message from deadlines set Ken Hibino 2020-06-18 12:12:29 -07:00
  • 7433b94aac Update RDB.Dequeue to return deadline as time.Time Ken Hibino 2020-06-18 11:25:33 -07:00
  • 08ac7793ab Update RDB.Kill to remove message from deadlines set Ken Hibino 2020-06-18 10:53:58 -07:00
  • 02b653df72 Update RDB.Retry to remove message from deadlines set Ken Hibino 2020-06-18 10:25:01 -07:00
  • bee784c052 Update RDB.Done to remove message from deadlines set Ken Hibino 2020-06-18 07:10:57 -07:00
  • 4ea58052f8 Update RDB.Dequeue to return message and deadline Ken Hibino 2020-06-18 05:45:10 -07:00
  • 5afb4861a5 Add task message to deadlines set on dequeue Ken Hibino 2020-06-17 06:46:54 -07:00
  • 68e6b379fc Use default timeout of 30mins if both timeout and deadline are not provided Ken Hibino 2020-06-16 21:12:50 -07:00
  • 0e70a14899 Change TaskMessage Timeout and Deadline to int Ken Hibino 2020-06-16 21:11:54 -07:00
  • f01c7b8e66 Add redis key for deadlines in base package Ken Hibino 2020-06-16 05:27:58 -07:00
  • 4e5f596910 Fix Client.Enqueue to always call enqueue Ken Hibino 2020-06-14 05:31:24 -07:00
  • 8bf5917cd9 v0.9.4 v0.9.4 Ken Hibino 2020-06-13 06:27:28 -07:00
  • 7f30fa2bb6 Fix requeue logic in processor Ken Hibino 2020-06-13 06:09:54 -07:00
  • ade6e61f51 v0.9.3 v0.9.3 Ken Hibino 2020-06-12 06:31:42 -07:00
  • a2abeedaa0 Fix JSON number ovewflow issue Ken Hibino 2020-06-11 20:58:27 -07:00
  • 81bb52b08c processor: log detail err in markAsDone func lion.zhao 2020-06-10 19:51:57 +08:00
  • bc2a7635a0 v0.9.2 v0.9.2 Ken Hibino 2020-06-08 06:23:02 -07:00
  • f65d408bf9 Update docs for pause feature Ken Hibino 2020-06-08 06:15:45 -07:00
  • 4749b4bbfc Add benchmark test to verify client enqueue performance while server is running Ken Hibino 2020-06-08 05:51:36 -07:00
  • 06c4a1c7f8 Limit the number of tasks moved by CheckAndEnqueue to prevent a long running script Ken Hibino 2020-06-07 13:04:27 -07:00
  • 8af4cbad51 Fix data race in test Ken Hibino 2020-06-05 21:23:28 -07:00
  • 4e800a7f68 Update stats command to show queue paused status Ken Hibino 2020-06-05 06:42:27 -07:00
  • d6a5c84dc6 Add pause and unpause command to CLI Ken Hibino 2020-06-04 06:34:15 -07:00
  • 363cfedb49 Update Dequeue operation to skip paused queues Ken Hibino 2020-06-04 05:37:17 -07:00
  • 4595bd41c3 Add Pause and Unpause methods to rdb Ken Hibino 2020-06-03 06:44:12 -07:00
  • e236d55477 Fix cli build Ken Hibino 2020-06-04 06:35:50 -07:00
  • a38f628f3b Refactor server state management Ken Hibino 2020-05-18 20:47:35 -07:00
  • 69ad583278 v0.9.1 v0.9.1 Ken Hibino 2020-05-29 05:42:40 -07:00
  • 23f46dde52 Add helper functions to extract task metadata from context Ken Hibino 2020-05-28 06:28:14 -07:00
  • 39188fe930 remove typo and redundant code lihe 2020-05-22 16:09:04 +08:00
  • 4492ed9255 Change internal constructor signatures. Ken Hibino 2020-05-17 12:33:55 -07:00
  • 4e3e053989 Update readme Ken Hibino 2020-05-16 10:44:39 -07:00
  • aef0775c05 v0.9.0 v0.9.0 Ken Hibino 2020-05-16 08:02:57 -07:00
  • de146993d2 Add log messages around Server.Quiet Ken Hibino 2020-05-16 08:01:39 -07:00
  • 60cbf8dc5a Minor code cleanup Ken Hibino 2020-05-12 21:30:51 -07:00
  • fb38086590 Clean up log messages Ken Hibino 2020-05-11 07:02:26 -07:00
  • cfcd19a222 Change default log level to info Ken Hibino 2020-05-11 06:55:04 -07:00
  • 24ee4b9693 Define test flags for package testing Ken Hibino 2020-05-10 16:47:46 -07:00
  • 7849b395bd Update changelog Ken Hibino 2020-05-10 07:14:05 -07:00
  • fa3082e5bb Change LogLevel to satisfy flag.Value interface Ken Hibino 2020-05-09 10:59:50 -07:00
  • d13f7e900f Allow setting minimum log level for logger Ken Hibino 2020-05-07 21:28:06 -07:00
  • b63476ddc8 Simplify Logger interface Ken Hibino 2020-05-05 22:10:11 -07:00
  • 210b026b01 Add log messages around Server.Quiet Ken Hibino 2020-05-16 07:12:08 -07:00
  • 556b2103fe Minor code cleanup Ken Hibino 2020-05-12 21:30:51 -07:00
  • 0289bc7a10 Clean up log messages Ken Hibino 2020-05-11 07:02:26 -07:00
  • ae942c93e5 Change default log level to info Ken Hibino 2020-05-11 06:55:04 -07:00
  • 0faf97f146 Define test flags for package testing Ken Hibino 2020-05-10 16:47:46 -07:00
  • 711bfa371f Update changelog Ken Hibino 2020-05-10 07:14:05 -07:00
  • 73d62844e6 Change LogLevel to satisfy flag.Value interface Ken Hibino 2020-05-09 10:59:50 -07:00
  • 00b82904c6 Allow setting minimum log level for logger Ken Hibino 2020-05-07 21:28:06 -07:00
  • a866369866 Simplify Logger interface Ken Hibino 2020-05-05 22:10:11 -07:00
  • 26b78136ba v0.8.3 v0.8.3 Ken Hibino 2020-05-08 06:19:48 -07:00
  • 44aad7f037 Add redis conn close func to client t-asaka 2020-05-08 18:25:50 +09:00
  • 9884d5f2fa v0.8.2 v0.8.2 Ken Hibino 2020-05-03 16:55:34 -07:00
  • 826f1ecff4 Update docs Ken Hibino 2020-05-03 16:47:55 -07:00
  • 24f2b64c6c Make sure to invoke CancelFunc in all cases Ken Hibino 2020-05-03 13:58:54 -07:00
  • 1c1474c55c Add tests to simulate cases where server cannot talk to redis Ken Hibino 2020-05-02 06:55:44 -07:00
  • 5161b9368a Clean up tests Ken Hibino 2020-05-01 07:22:11 -07:00
  • 0c998a8e17 Add test for signal handling Ken Hibino 2020-04-27 07:19:14 -07:00
  • 49160f2536 v0.8.1 v0.8.1 Ken Hibino 2020-04-27 06:49:12 -07:00
  • e33d297d8e Add SetDefaultOptions method to Client Ken Hibino 2020-04-26 07:48:38 -07:00
  • eb8ced6bdd Add ParseRedisURI helper function Ken Hibino 2020-03-26 07:31:08 -07:00
  • 789a9fd711 Update readme Ken Hibino 2020-04-20 07:39:52 -07:00
  • 5924cdac33 Add example tests Ken Hibino 2020-04-19 11:31:12 -07:00
  • 442c9275a0 v0.8.0 v0.8.0 Ken Hibino 2020-04-19 09:08:20 -07:00
  • a0865df33c Change default concurrency to the number of CPUs Ken Hibino 2020-04-18 12:44:52 -07:00
  • 431a96a1f7 Update changelog Ken Hibino 2020-04-18 12:37:24 -07:00
  • 74e5582cfc Update readme Ken Hibino 2020-04-18 08:03:58 -07:00
  • bf542a781c Add failure test for heartbeater Ken Hibino 2020-04-18 07:56:27 -07:00
  • 7c7f8e5f30 Move Broker interface to base package Ken Hibino 2020-04-18 07:55:10 -07:00
  • 46ab4417dd Add test to simulate situation where redis is down Ken Hibino 2020-04-17 07:52:12 -07:00
  • f8a94fb839 Define broker interface Ken Hibino 2020-04-17 06:56:44 -07:00
  • 42453280f4 Fix subscriber to not panic when it cannot establish pubsub channel on startup Ken Hibino 2020-04-16 08:58:44 -07:00
  • 4ec2dc9e47 Minor reorganization in tests Ken Hibino 2020-04-15 09:02:28 -07:00
  • 45933eb6b0 Reword doc comments Ken Hibino 2020-04-15 07:30:59 -07:00
  • 4df372b369 Allow user to configure shutdown timeout Ken Hibino 2020-04-15 07:15:01 -07:00
  • c688b8f4f9 Fix test for base package Ken Hibino 2020-04-14 09:20:09 -07:00
  • eef2f5f3cb Add test cases for server error Ken Hibino 2020-04-14 09:01:22 -07:00
  • 239ef27a6e Update doc comments Ken Hibino 2020-04-13 08:14:55 -07:00
  • 24da281aa7 Update docs with new APIs Ken Hibino 2020-04-12 17:16:44 -07:00
  • b086e88a47 Rename ps command to servers Ken Hibino 2020-04-12 17:09:58 -07:00
  • cf61911a49 Update all reference to asynqmon to Asynq CLI Ken Hibino 2020-04-12 16:49:49 -07:00
  • aafd8a5b74 Rename internal ProcessState to ServerState Ken Hibino 2020-04-12 16:42:11 -07:00
  • 4f11e52558 Rename CLI to asynq Ken Hibino 2020-04-12 14:37:42 -07:00
  • b14c73809e Refactor server state Ken Hibino 2020-04-12 11:41:50 -07:00
  • 779065c269 Export Start, Stop and Quiet method on Server type Ken Hibino 2020-04-12 11:00:45 -07:00
  • f9842ba914 Rename Background to Server Ken Hibino 2020-04-12 08:16:42 -07:00
  • 022dc29701 Add overview section in readme Ken Hibino 2020-04-11 16:33:35 -07:00
  • 40d1889ba0 Highlight stability and compatibility section in readme Ken Hibino 2020-04-11 09:26:51 -07:00
  • 7e96e893fe (fix): Change log messages depending on signals being handled Ken Hibino 2020-04-10 08:47:43 -07:00
  • 84b0c76c8b v0.7.1 v0.7.1 Ken Hibino 2020-04-05 14:56:06 -07:00
  • 60b887b8e3 Fix singnal handling for different systems Ken Hibino 2020-04-05 12:14:42 -07:00
  • 7864bea55c Update readme Ken Hibino 2020-03-28 08:37:50 -07:00
  • 47220554ca Correct typo Apos Spanos 2020-03-23 17:35:17 +00:00
  • f91c05b92c v0.7.0 v0.7.0 Ken Hibino 2020-03-22 12:04:37 -07:00