2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-06-06 06:42:56 +08:00

Commit Graph

  • 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
  • 9b4438347e Fix comment Ken Hibino 2020-03-21 11:44:26 -07:00
  • c33dd447ac Allow client to enqueue a task with unique option Ken Hibino 2020-03-18 06:49:39 -07:00
  • 6df2c3ae2b v0.6.2 v0.6.2 Ken Hibino 2020-03-15 21:02:28 -07:00
  • 37554fd23c Update readme example code Ken Hibino 2020-03-14 15:51:23 -07:00
  • 77f5a38453 Refactor payload_test to reduce cyclomatic complexities Ken Hibino 2020-03-14 12:20:23 -07:00
  • 8d2b9d6be7 Add comments to exported types and functions from internal/log package Ken Hibino 2020-03-13 20:53:31 -07:00
  • 1b7d557c66 fix typo Bo-Yi Wu 2020-03-14 08:48:24 +08:00
  • 30b68728d4 chore(lint): fix from gofmt -s Bo-Yi Wu 2020-03-14 08:50:27 +08:00
  • 310d38620d Minor tweak to readme example code Ken Hibino 2020-03-13 14:50:03 -07:00
  • 1a53bbf21b Update changelog Ken Hibino 2020-03-13 14:38:45 -07:00
  • 9c79a7d507 Simplify code with gofmt -s Ken Hibino 2020-03-13 14:18:18 -07:00
  • 516f95edff Add Use method to better support middlewares with ServeMux Ken Hibino 2020-03-13 07:33:39 -07:00
  • cf7a677312 v0.6.1 v0.6.1 Ken Hibino 2020-03-12 08:42:18 -07:00
  • 0bc6eba021 Allow custom logger to be used in Background Ken Hibino 2020-03-12 07:31:10 -07:00
  • d664d68fa4 Extract out log package Ken Hibino 2020-03-09 07:11:16 -07:00
  • a425f54d23 [ci skip] Remove todo comment Ken Hibino 2020-03-09 06:09:07 -07:00
  • 3c722386b0 Add Deadline option when enqueuing tasks Ken Hibino 2020-03-07 20:24:03 -08:00
  • 25992c2781 [ci skip] Minor readme update Ken Hibino 2020-03-03 21:37:28 -08:00
  • b9e3cad7a7 [ci skip] Update readme Ken Hibino 2020-03-02 06:40:53 -08:00
  • b6486716b4 v0.6.0 v0.6.0 Ken Hibino 2020-03-01 15:54:59 -08:00
  • 742ed6546f Add ServeMux type Ken Hibino 2020-03-01 11:08:00 -08:00
  • 897ab4e28b Add ErrorHandler type to changelog Ken Hibino 2020-02-29 21:34:12 -08:00
  • a4e4c0b1d5 Call error handler when task was not processed successfully Ken Hibino 2020-02-29 16:27:59 -08:00
  • 95b7dcaad4 Clean up processor test Ken Hibino 2020-02-29 11:16:46 -08:00
  • 8d3248e850 Add ErrorHandler type and add it to Config Ken Hibino 2020-02-28 07:26:46 -08:00
  • e69264dc04 Run travis build with go v1.14.x Ken Hibino 2020-02-27 08:20:26 -08:00
  • 93ff4e4149 v0.5.0 v0.5.0 Ken Hibino 2020-02-23 20:44:03 -08:00
  • 3ee97f327e [ci skip] Update readme Ken Hibino 2020-02-23 20:43:24 -08:00
  • 49c117f4d1 Change Client APIs Ken Hibino 2020-02-23 15:40:04 -08:00
  • 5b53a2aee9 Update redis package to v7.2.0 Ken Hibino 2020-02-22 21:12:46 -08:00
  • 26e399bc9c Add workers command to asynqmon Ken Hibino 2020-02-22 21:06:02 -08:00
  • e21fe3bd79 Add ListWorkers to RDB Ken Hibino 2020-02-22 20:42:53 -08:00
  • 37c6c73d9b Add test for cancelation pubsub Ken Hibino 2020-02-22 14:30:24 -08:00
  • 5775a5818d Update WriteProcessState to write both ProcessInfo and WorkerInfo to redis Ken Hibino 2020-02-21 07:18:22 -08:00
  • e3c9aae8c7 Include worker stats to ProcessState Ken Hibino 2020-02-20 07:44:13 -08:00
  • 9e02a91808 Add workers key in base package Ken Hibino 2020-02-20 06:34:09 -08:00
  • 830020eb39 Add ProcessState type to base package Ken Hibino 2020-02-18 06:57:39 -08:00
  • f9a6c6156f [ci skip] Add codecov badge in readme Ken Hibino 2020-02-19 21:37:54 -08:00
  • 8540172306 Update travis.yml to upload coverage report to codecov Ken Hibino 2020-02-19 21:11:03 -08:00
  • b44908fefd Move tools to its own go module Ken Hibino 2020-02-17 21:48:36 -08:00
  • e78d5e4171 Enable the race detector in CI builds Ken Hibino 2020-02-16 21:13:36 -08:00