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

Commit Graph

  • 35faab1a4c Support delete-all and archive-all actions on pending tasks Ken Hibino 2021-01-18 14:10:05 -0800
  • 9061fff86e Minor lint error fix Ken Hibino 2021-01-18 13:42:40 -0800
  • af920be7ee Add support for delete and archive action on PendingTask Ken Hibino 2021-01-18 07:22:26 -0800
  • 2884044e75 v0.14.1 v0.14.1 Ken Hibino 2021-01-19 06:22:54 -0800
  • 3719fad396 Update asynq version in go.mod for toolings Ken Hibino 2021-01-19 06:20:39 -0800
  • 42c7ac0746 v0.14.0 v0.14.0 Ken Hibino 2021-01-14 06:49:36 -0800
  • d331ff055d Minor doc fixes Ken Hibino 2021-01-14 06:26:01 -0800
  • ccb682853e Export DefaultRetryDelayFunc Ken Hibino 2021-01-12 11:40:26 -0800
  • 7c3ad9e45c Update CHANGELOG Ken Hibino 2021-01-12 11:28:46 -0800
  • ea23db4f6b Update migrate command to move all dead tasks to the new archived zset Ken Hibino 2021-01-12 11:24:12 -0800
  • 00a25ca570 Rename DeadTask to ArchivedTask and action "kill" to "archive" Ken Hibino 2021-01-12 11:01:21 -0800
  • 7235041128 Add SkipRetry error to be used as a return value from Handler Ken Hibino 2021-01-11 07:21:50 -0800
  • a150d18ed7 Include file and line number info in the error generated from a panic Ken Hibino 2021-01-10 11:44:08 -0800
  • 0712e90f23 Print stack track when recovering from a panic in processor Ken Hibino 2021-01-10 11:20:20 -0800
  • c5100a9c23 Add a method to list running servers to Inspector Ken Hibino 2020-12-30 07:10:53 -0800
  • 196d66f221 Fix ListSchedulerEnqueueEvents to list recent events first Ken Hibino 2020-12-26 14:35:25 -0800
  • 38509e309f Update cron history command to accept pagination options Ken Hibino 2020-12-26 07:19:15 -0800
  • f4dd8fe962 Add ListScheduelerEnqueueEvents to Inspector Ken Hibino 2020-12-26 07:03:04 -0800
  • c06e9de97d Add CancelActiveTask method to Inspector Ken Hibino 2020-12-05 06:49:01 -0800
  • 52d536a8f5 Update changelog Ken Hibino 2020-12-01 07:39:27 -0800
  • f9c0673116 Add SchedulerEntries method to Inspector Ken Hibino 2020-12-01 07:37:09 -0800
  • b604d25937 Add helper function to parse Option string Ken Hibino 2020-12-01 06:53:33 -0800
  • dfdf530a24 Fix cron history command usage string Ken Hibino 2020-11-28 11:57:33 -0800
  • e9239260ae Add DeleteQueue method to Inspector Ken Hibino 2020-11-27 22:27:54 -0800
  • 4c40d72113 Minor doc fixes Ken Hibino 2021-01-14 06:26:01 -0800
  • 8f9d5a3352 When a scheduler enqueues a task, log to DEBUG, not INFO. Fixes #223. Bojan Zivanovic 2021-01-14 00:44:01 +0100
  • b65f011f04 When a scheduler enqueues a task, log to DEBUG, not INFO. Fixes #223. Bojan Zivanovic 2021-01-14 00:44:01 +0100
  • c187dec9b2 Export DefaultRetryDelayFunc Ken Hibino 2021-01-12 11:40:26 -0800
  • 039b98775e Update CHANGELOG Ken Hibino 2021-01-12 11:28:46 -0800
  • 3df7570f2c Update migrate command to move all dead tasks to the new archived zset Ken Hibino 2021-01-12 11:24:12 -0800
  • 7c1c083140 Rename DeadTask to ArchivedTask and action "kill" to "archive" Ken Hibino 2021-01-12 11:01:21 -0800
  • 825c207df4 Add SkipRetry error to be used as a return value from Handler Ken Hibino 2021-01-11 07:21:50 -0800
  • 9315717a08 Include file and line number info in the error generated from a panic Ken Hibino 2021-01-10 11:44:08 -0800
  • 6db9fb342d Print stack track when recovering from a panic in processor Ken Hibino 2021-01-10 11:20:20 -0800
  • 3eda717585 Add a method to list running servers to Inspector Ken Hibino 2020-12-30 07:10:53 -0800
  • 487e4d5f50 Fix ListSchedulerEnqueueEvents to list recent events first Ken Hibino 2020-12-26 14:35:25 -0800
  • fb1e93c16f Update cron history command to accept pagination options Ken Hibino 2020-12-26 07:19:15 -0800
  • c05a7e1372 Add ListScheduelerEnqueueEvents to Inspector Ken Hibino 2020-12-26 07:03:04 -0800
  • 11be0268c4 Add CancelActiveTask method to Inspector Ken Hibino 2020-12-05 06:49:01 -0800
  • 1877333f7c Update changelog Ken Hibino 2020-12-01 07:39:27 -0800
  • 285230e8c6 Add SchedulerEntries method to Inspector Ken Hibino 2020-12-01 07:37:09 -0800
  • 7c033f718c Add helper function to parse Option string Ken Hibino 2020-12-01 06:53:33 -0800
  • 35ac1076f5 Fix cron history command usage string Ken Hibino 2020-11-28 11:57:33 -0800
  • 55f197d230 Add DeleteQueue method to Inspector Ken Hibino 2020-11-27 22:27:54 -0800
  • c4dc993241
    fix: resolve go vet lint MinJae Kwon 2020-12-20 23:09:51 +0900
  • e386b1c00d fix: resolve go vet lint mingrammer 2020-12-20 03:03:53 +0900
  • 37dfd746d4
    fix: syntax error in readme example MinJae Kwon 2020-12-17 23:05:16 +0900
  • 38aa761371 fix: wrong first argument value mingrammer 2020-12-17 00:30:28 +0900
  • d7bcb69a09 fix: syntax error in readme example mingrammer 2020-12-17 00:20:23 +0900
  • 8d6e4167ab Fix a typo in readme Ken Hibino 2020-11-25 06:11:00 -0800
  • 0f00ace3d6 Fix a typo in readme Ken Hibino 2020-11-25 06:11:00 -0800
  • 57d3866952 Add JSON struct tags to package public types Ken Hibino 2020-10-14 06:31:37 -0700
  • 476862dd7b v0.13.1 v0.13.1 Ken Hibino 2020-11-22 12:26:52 -0800
  • dcd873fa2a fix: Wait for specified time duration before shutdown Ken Hibino 2020-11-22 11:50:57 -0800
  • c546b6db0e fix: Wait for specified time duration before shutdown Ken Hibino 2020-11-22 11:50:57 -0800
  • e58f2d27b8 Add Unregister method to Scheduler Ken Hibino 2020-11-07 10:41:27 -0800
  • 2604bb2192 add tls support to command line tool strobus 2020-10-14 16:32:13 -0400
  • 587828919e add tls support to command line tool strobus 2020-10-14 16:32:13 -0400
  • 942345ee80 v0.13.0 v0.13.0 Ken Hibino 2020-10-13 06:33:47 -0700
  • 1f059eeee1 Update docs for periodic tasks feature Ken Hibino 2020-10-12 06:47:43 -0700
  • 4ae73abdaa Minor update to asynq cron command Ken Hibino 2020-10-11 14:35:18 -0700
  • 96b2318300 Add EnqueueErrorHandler option to SchedulerOpts Ken Hibino 2020-10-11 10:06:28 -0700
  • 8312515e64 Update Option interface Ken Hibino 2020-10-10 06:46:47 -0700
  • 50e7f38365 Add Scheduler Ken Hibino 2020-09-26 17:33:29 -0700
  • baef822f58 Update docs for periodic tasks feature Ken Hibino 2020-10-12 06:47:43 -0700
  • ed80d66144 Minor update to asynq cron command Ken Hibino 2020-10-11 14:35:18 -0700
  • 69bd462cc4 Add EnqueueErrorHandler option to SchedulerOpts Ken Hibino 2020-10-11 10:06:28 -0700
  • 5a1d037b96 Update Option interface Ken Hibino 2020-10-10 06:46:47 -0700
  • 1d026a614f Add Scheduler Ken Hibino 2020-09-26 17:33:29 -0700
  • fadcae76d6 Add String and MarshalJSON methods to Payload type Ken Hibino 2020-09-19 20:52:21 -0700
  • 659abbb308 Add String and MarshalJSON methods to Payload type Ken Hibino 2020-09-19 20:52:21 -0700
  • a2d4ead989 Fix comments in Config Ken Hibino 2020-09-14 21:45:30 -0700
  • 3815ee9861 Fix comments in Config Ken Hibino 2020-09-14 21:45:30 -0700
  • 82b6828f43 Replace benchcmp with benchstat Ken Hibino 2020-09-13 06:03:11 -0700
  • 3f2a90baf3 Replace benchcmp with benchstat Ken Hibino 2020-09-13 06:03:11 -0700
  • 3114987428 v0.12.0 v0.12.0 Ken Hibino 2020-09-12 13:34:27 -0700
  • 1ee3b10104 Update changelog Ken Hibino 2020-09-12 12:55:09 -0700
  • 6d720d6a05 Update demo.gif for CLI demo Ken Hibino 2020-09-12 12:10:57 -0700
  • 3e6981170d Use color package to bold fonts in CLI output Ken Hibino 2020-09-12 10:33:04 -0700
  • a9aa480551 Update migrate command Ken Hibino 2020-09-10 06:53:07 -0700
  • 9d41de795a Mention about testing using redis cluster in CONTRIBUTING.md Ken Hibino 2020-09-09 19:18:05 -0700
  • c43fb21a0a Minor test updates Ken Hibino 2020-09-09 19:17:56 -0700
  • a293efcdab Add Close to Inspector Ken Hibino 2020-09-08 06:52:34 -0700
  • 69d7ec725a Close redis client after each test run Ken Hibino 2020-09-08 06:51:01 -0700
  • 450a9aa1e2 Add MaxRedirects field in RedisClusterClientOpt Ken Hibino 2020-09-08 05:56:45 -0700
  • 6e294a7013 Add Username field to RedisConnOpt Ken Hibino 2020-09-08 05:51:05 -0700
  • c26b7469bd Display cluster info in stats command when --cluster flag is passed Ken Hibino 2020-09-07 12:55:32 -0700
  • 818c2d6f35 Add GetQueueName helper to extract queue name from context Ken Hibino 2020-09-07 10:54:42 -0700
  • e09870a08a Update package documentation Ken Hibino 2020-09-07 10:44:10 -0700
  • ac3d5b126a Update README Ken Hibino 2020-09-06 08:03:30 -0700
  • 29e542e591 Rename Enqueue methods in Inspector to Run Ken Hibino 2020-09-05 13:35:52 -0700
  • a891ce5568 Rename InProgress to Active Ken Hibino 2020-09-05 12:43:15 -0700
  • ebe3c4083f Rename NextEnqueueAt to NextProcessAt Ken Hibino 2020-09-05 07:11:55 -0700
  • c8c47fcbf0 Rename Enqueued to Pending Ken Hibino 2020-09-05 07:03:43 -0700
  • cca680a7fd Change Client.Enqueue to take ProcessAt and ProcessIn as Option Ken Hibino 2020-09-05 06:29:08 -0700
  • 8076b5ae50 Use different redis db number for rdb package tests Ken Hibino 2020-09-02 05:29:34 -0700
  • a42c174dae Display cluster keyslot and nodes in queueList command Ken Hibino 2020-09-01 07:01:01 -0700
  • a88325cb96 Add ClusterNodes and ClusterKeySlot in Inspector Ken Hibino 2020-09-01 06:57:08 -0700
  • eb739a0258 Fix flaky test Ken Hibino 2020-09-01 05:25:08 -0700
  • a9c31553b8 Add redis-cluster support in asynq CLI Ken Hibino 2020-08-31 06:46:56 -0700