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

Commit Graph

  • 789a9fd711 Update readme Ken Hibino 2020-04-20 07:39:52 -0700
  • 84ad3d026b Update readme Ken Hibino 2020-04-20 07:39:52 -0700
  • 5924cdac33 Add example tests Ken Hibino 2020-04-19 11:31:12 -0700
  • e93b57795e Add example tests Ken Hibino 2020-04-19 11:31:12 -0700
  • 442c9275a0 v0.8.0 v0.8.0 Ken Hibino 2020-04-19 09:08:20 -0700
  • a0865df33c Change default concurrency to the number of CPUs Ken Hibino 2020-04-18 12:44:52 -0700
  • 431a96a1f7 Update changelog Ken Hibino 2020-04-18 12:37:24 -0700
  • 74e5582cfc Update readme Ken Hibino 2020-04-18 08:03:58 -0700
  • bf542a781c Add failure test for heartbeater Ken Hibino 2020-04-18 07:56:27 -0700
  • 7c7f8e5f30 Move Broker interface to base package Ken Hibino 2020-04-18 07:55:10 -0700
  • 46ab4417dd Add test to simulate situation where redis is down Ken Hibino 2020-04-17 07:52:12 -0700
  • f8a94fb839 Define broker interface Ken Hibino 2020-04-17 06:56:44 -0700
  • 42453280f4 Fix subscriber to not panic when it cannot establish pubsub channel on startup Ken Hibino 2020-04-16 08:58:44 -0700
  • 4ec2dc9e47 Minor reorganization in tests Ken Hibino 2020-04-15 09:02:28 -0700
  • 45933eb6b0 Reword doc comments Ken Hibino 2020-04-15 07:30:59 -0700
  • 4df372b369 Allow user to configure shutdown timeout Ken Hibino 2020-04-15 07:15:01 -0700
  • c688b8f4f9 Fix test for base package Ken Hibino 2020-04-14 09:20:09 -0700
  • eef2f5f3cb Add test cases for server error Ken Hibino 2020-04-14 09:01:22 -0700
  • 239ef27a6e Update doc comments Ken Hibino 2020-04-13 08:14:55 -0700
  • 24da281aa7 Update docs with new APIs Ken Hibino 2020-04-12 17:16:44 -0700
  • b086e88a47 Rename ps command to servers Ken Hibino 2020-04-12 17:09:58 -0700
  • cf61911a49 Update all reference to asynqmon to Asynq CLI Ken Hibino 2020-04-12 16:49:49 -0700
  • aafd8a5b74 Rename internal ProcessState to ServerState Ken Hibino 2020-04-12 16:42:11 -0700
  • 4f11e52558 Rename CLI to asynq Ken Hibino 2020-04-12 14:37:42 -0700
  • b14c73809e Refactor server state Ken Hibino 2020-04-12 11:41:50 -0700
  • 779065c269 Export Start, Stop and Quiet method on Server type Ken Hibino 2020-04-12 11:00:45 -0700
  • f9842ba914 Rename Background to Server Ken Hibino 2020-04-12 08:16:42 -0700
  • 58f22c49d3 Change default concurrency to the number of CPUs Ken Hibino 2020-04-18 12:44:52 -0700
  • f311f5540c Update changelog Ken Hibino 2020-04-18 12:37:24 -0700
  • fdd2284437 Update readme Ken Hibino 2020-04-18 08:03:58 -0700
  • 5daf99c18e Add failure test for heartbeater Ken Hibino 2020-04-18 07:56:27 -0700
  • 2d0e813335 Move Broker interface to base package Ken Hibino 2020-04-18 07:55:10 -0700
  • 7091a6ab0b Add test to simulate situation where redis is down Ken Hibino 2020-04-17 07:52:12 -0700
  • 0fc8c7411b Define broker interface Ken Hibino 2020-04-17 06:56:44 -0700
  • fe0bfdfee4 Fix subscriber to not panic when it cannot establish pubsub channel on startup Ken Hibino 2020-04-16 08:58:44 -0700
  • c37143ec64 Minor reorganization in tests Ken Hibino 2020-04-15 09:02:28 -0700
  • 2a6ac30144 Reword doc comments Ken Hibino 2020-04-15 07:30:59 -0700
  • a4565e3a98 Allow user to configure shutdown timeout Ken Hibino 2020-04-15 07:15:01 -0700
  • 7f8cfdc11e Fix test for base package Ken Hibino 2020-04-14 09:20:09 -0700
  • d96d038b54 Add test cases for server error Ken Hibino 2020-04-14 09:01:22 -0700
  • 15b836049d Update doc comments Ken Hibino 2020-04-13 08:14:55 -0700
  • 07e2a54285 Update docs with new APIs Ken Hibino 2020-04-12 17:16:44 -0700
  • 8d87e1d19d Rename ps command to servers Ken Hibino 2020-04-12 17:09:58 -0700
  • e717149833 Update all reference to asynqmon to Asynq CLI Ken Hibino 2020-04-12 16:49:49 -0700
  • 68db689cdc Rename internal ProcessState to ServerState Ken Hibino 2020-04-12 16:42:11 -0700
  • 8e47d0b751 Rename CLI to asynq Ken Hibino 2020-04-12 14:37:42 -0700
  • 1036677109 Refactor server state Ken Hibino 2020-04-12 11:41:50 -0700
  • f131c495b6 Export Start, Stop and Quiet method on Server type Ken Hibino 2020-04-12 11:00:45 -0700
  • 2705b6d452 Rename Background to Server Ken Hibino 2020-04-12 08:16:42 -0700
  • 022dc29701 Add overview section in readme Ken Hibino 2020-04-11 16:33:35 -0700
  • b1112ffe69 Add overview section in readme Ken Hibino 2020-04-11 16:33:35 -0700
  • 40d1889ba0 Highlight stability and compatibility section in readme Ken Hibino 2020-04-11 09:26:51 -0700
  • 7e96e893fe (fix): Change log messages depending on signals being handled Ken Hibino 2020-04-10 08:47:43 -0700
  • 188b206875 (fix): Change log messages depending on signals being handled Ken Hibino 2020-04-10 08:47:43 -0700
  • 84b0c76c8b v0.7.1 v0.7.1 Ken Hibino 2020-04-05 14:56:06 -0700
  • 60b887b8e3 Fix singnal handling for different systems Ken Hibino 2020-04-05 12:14:42 -0700
  • 9ed20de7ad Fix singnal handling for different systems Ken Hibino 2020-04-05 12:14:42 -0700
  • 7864bea55c Update readme Ken Hibino 2020-03-28 08:37:50 -0700
  • 90c2ae4f16 Update readme Ken Hibino 2020-03-28 08:37:50 -0700
  • 47220554ca Correct typo Apos Spanos 2020-03-23 17:35:17 +0000
  • 2170c686d1
    Correct typo Apos Spanos 2020-03-23 17:35:17 +0000
  • f91c05b92c v0.7.0 v0.7.0 Ken Hibino 2020-03-22 12:04:37 -0700
  • 9b4438347e Fix comment Ken Hibino 2020-03-21 11:44:26 -0700
  • c33dd447ac Allow client to enqueue a task with unique option Ken Hibino 2020-03-18 06:49:39 -0700
  • f339bf6ab7 Allow client to enqueue a task with unique option Ken Hibino 2020-03-18 06:49:39 -0700
  • 6df2c3ae2b v0.6.2 v0.6.2 Ken Hibino 2020-03-15 21:02:28 -0700
  • 37554fd23c Update readme example code Ken Hibino 2020-03-14 15:51:23 -0700
  • 6917080be5 Update readme example code Ken Hibino 2020-03-14 15:51:23 -0700
  • 77f5a38453 Refactor payload_test to reduce cyclomatic complexities Ken Hibino 2020-03-14 12:20:23 -0700
  • 1383fea743 Refactor payload_test to reduce cyclomatic complexities Ken Hibino 2020-03-14 12:20:23 -0700
  • 8d2b9d6be7 Add comments to exported types and functions from internal/log package Ken Hibino 2020-03-13 20:53:31 -0700
  • 8434d6b1b7 Add comments to exported types and functions from internal/log package Ken Hibino 2020-03-13 20:53:31 -0700
  • 1b7d557c66 fix typo Bo-Yi Wu 2020-03-14 08:48:24 +0800
  • 30b68728d4 chore(lint): fix from gofmt -s Bo-Yi Wu 2020-03-14 08:50:27 +0800
  • 6a65552174 chore(lint): fix from gofmt -s Bo-Yi Wu 2020-03-14 08:50:27 +0800
  • f471d9ea2d
    fix typo Bo-Yi Wu 2020-03-14 08:48:24 +0800
  • 310d38620d Minor tweak to readme example code Ken Hibino 2020-03-13 14:50:03 -0700
  • 1a53bbf21b Update changelog Ken Hibino 2020-03-13 14:38:45 -0700
  • f476edbc96 Minor tweak to readme example code Ken Hibino 2020-03-13 14:50:03 -0700
  • 6bae0b56b7 Update changelog Ken Hibino 2020-03-13 14:38:45 -0700
  • 9c79a7d507 Simplify code with gofmt -s Ken Hibino 2020-03-13 14:18:18 -0700
  • fe88c8cb31 Simplify code with gofmt -s Ken Hibino 2020-03-13 14:18:18 -0700
  • 516f95edff Add Use method to better support middlewares with ServeMux Ken Hibino 2020-03-13 07:33:39 -0700
  • 47e45787a4 Add Use method to better support middlewares with ServeMux Ken Hibino 2020-03-13 07:33:39 -0700
  • cf7a677312 v0.6.1 v0.6.1 Ken Hibino 2020-03-12 08:42:18 -0700
  • 0bc6eba021 Allow custom logger to be used in Background Ken Hibino 2020-03-12 07:31:10 -0700
  • abf1f3683f Allow custom logger to be used in Background Ken Hibino 2020-03-12 07:31:10 -0700
  • d664d68fa4 Extract out log package Ken Hibino 2020-03-09 07:11:16 -0700
  • 8ea50dac05 Extract out log package Ken Hibino 2020-03-09 07:11:16 -0700
  • a425f54d23 [ci skip] Remove todo comment Ken Hibino 2020-03-09 06:09:07 -0700
  • 3c722386b0 Add Deadline option when enqueuing tasks Ken Hibino 2020-03-07 20:24:03 -0800
  • 639407f867 Add Deadline option when enqueuing tasks Ken Hibino 2020-03-07 20:24:03 -0800
  • 25992c2781 [ci skip] Minor readme update Ken Hibino 2020-03-03 21:37:28 -0800
  • a89a5e14f5 [ci skip] Minor readme update Ken Hibino 2020-03-03 21:37:28 -0800
  • b9e3cad7a7 [ci skip] Update readme Ken Hibino 2020-03-02 06:40:53 -0800
  • d48d4debd0 [ci skip] Update readme Ken Hibino 2020-03-02 06:40:53 -0800
  • b6486716b4 v0.6.0 v0.6.0 Ken Hibino 2020-03-01 15:54:59 -0800
  • 742ed6546f Add ServeMux type Ken Hibino 2020-03-01 11:08:00 -0800
  • 3dc8887f52 Add ServeMux type Ken Hibino 2020-03-01 11:08:00 -0800
  • 897ab4e28b Add ErrorHandler type to changelog Ken Hibino 2020-02-29 21:34:12 -0800