2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-23 01:00:17 +08:00

548 Commits

Author SHA1 Message Date
Ken Hibino
c187dec9b2 Export DefaultRetryDelayFunc 2021-01-12 16:14:17 -08:00
Ken Hibino
039b98775e Update CHANGELOG 2021-01-12 11:31:45 -08:00
Ken Hibino
3df7570f2c Update migrate command to move all dead tasks to the new archived zset 2021-01-12 11:24:12 -08:00
Ken Hibino
7c1c083140 Rename DeadTask to ArchivedTask and action "kill" to "archive" 2021-01-12 11:02:24 -08:00
Ken Hibino
825c207df4 Add SkipRetry error to be used as a return value from Handler 2021-01-11 07:21:50 -08:00
Ken Hibino
9315717a08 Include file and line number info in the error generated from a panic 2021-01-10 11:44:08 -08:00
Ken Hibino
6db9fb342d Print stack track when recovering from a panic in processor 2021-01-10 11:20:20 -08:00
Ken Hibino
3eda717585 Add a method to list running servers to Inspector 2021-01-10 10:55:01 -08:00
Ken Hibino
487e4d5f50 Fix ListSchedulerEnqueueEvents to list recent events first 2021-01-08 05:25:18 -08:00
Ken Hibino
fb1e93c16f Update cron history command to accept pagination options 2021-01-08 05:21:33 -08:00
Ken Hibino
c05a7e1372 Add ListScheduelerEnqueueEvents to Inspector 2021-01-08 05:21:33 -08:00
Ken Hibino
11be0268c4 Add CancelActiveTask method to Inspector 2021-01-08 05:21:33 -08:00
Ken Hibino
1877333f7c Update changelog 2021-01-08 05:21:33 -08:00
Ken Hibino
285230e8c6 Add SchedulerEntries method to Inspector 2021-01-08 05:21:33 -08:00
Ken Hibino
7c033f718c Add helper function to parse Option string 2021-01-08 05:21:33 -08:00
Ken Hibino
35ac1076f5 Fix cron history command usage string 2021-01-08 05:21:33 -08:00
Ken Hibino
55f197d230 Add DeleteQueue method to Inspector
- Added ErrQueueNotFound and ErrQueueNotEmpty type to indicate the kind
  of an error returned from the method.
2021-01-08 05:21:33 -08:00
MinJae Kwon
c4dc993241
fix: resolve go vet lint 2020-12-20 06:09:51 -08:00
MinJae Kwon
37dfd746d4
fix: syntax error in readme example 2020-12-17 06:05:16 -08:00
Ken Hibino
8d6e4167ab Fix a typo in readme 2020-11-25 06:11:55 -08:00
Ken Hibino
476862dd7b v0.13.1 v0.13.1 2020-11-22 12:26:52 -08:00
Ken Hibino
dcd873fa2a fix: Wait for specified time duration before shutdown 2020-11-22 12:25:27 -08:00
strobus
2604bb2192 add tls support to command line tool 2020-10-14 15:13:05 -07:00
Ken Hibino
942345ee80 v0.13.0 v0.13.0 2020-10-13 06:33:47 -07:00
Ken Hibino
1f059eeee1 Update docs for periodic tasks feature 2020-10-13 06:31:47 -07:00
Ken Hibino
4ae73abdaa Minor update to asynq cron command 2020-10-13 06:31:47 -07:00
Ken Hibino
96b2318300 Add EnqueueErrorHandler option to SchedulerOpts 2020-10-13 06:31:47 -07:00
Ken Hibino
8312515e64 Update Option interface
- Added `String()`, `Type()`, and `Value()` methods to the interface to
  aid with debugging and error handling.
2020-10-13 06:31:47 -07:00
Ken Hibino
50e7f38365 Add Scheduler
- Renamed previously called scheduler to forwarder to resolve name
  conflicts
2020-10-13 06:31:47 -07:00
Ken Hibino
fadcae76d6 Add String and MarshalJSON methods to Payload type 2020-09-20 07:33:23 -07:00
Ken Hibino
a2d4ead989 Fix comments in Config 2020-09-14 21:48:05 -07:00
Ken Hibino
82b6828f43 Replace benchcmp with benchstat 2020-09-14 06:59:55 -07:00
Ken Hibino
3114987428 v0.12.0 v0.12.0 2020-09-12 13:34:27 -07:00
Ken Hibino
1ee3b10104 Update changelog 2020-09-12 12:59:03 -07:00
Ken Hibino
6d720d6a05 Update demo.gif for CLI demo 2020-09-12 12:59:03 -07:00
Ken Hibino
3e6981170d Use color package to bold fonts in CLI output 2020-09-12 12:59:03 -07:00
Ken Hibino
a9aa480551 Update migrate command 2020-09-12 12:59:03 -07:00
Ken Hibino
9d41de795a Mention about testing using redis cluster in CONTRIBUTING.md 2020-09-12 12:59:03 -07:00
Ken Hibino
c43fb21a0a Minor test updates 2020-09-12 12:59:03 -07:00
Ken Hibino
a293efcdab Add Close to Inspector 2020-09-12 12:59:03 -07:00
Ken Hibino
69d7ec725a Close redis client after each test run 2020-09-12 12:59:03 -07:00
Ken Hibino
450a9aa1e2 Add MaxRedirects field in RedisClusterClientOpt 2020-09-12 12:59:03 -07:00
Ken Hibino
6e294a7013 Add Username field to RedisConnOpt 2020-09-12 12:59:03 -07:00
Ken Hibino
c26b7469bd Display cluster info in stats command when --cluster flag is passed 2020-09-12 12:59:03 -07:00
Ken Hibino
818c2d6f35 Add GetQueueName helper to extract queue name from context 2020-09-12 12:59:03 -07:00
Ken Hibino
e09870a08a Update package documentation 2020-09-12 12:59:03 -07:00
Ken Hibino
ac3d5b126a Update README 2020-09-12 12:59:03 -07:00
Ken Hibino
29e542e591 Rename Enqueue methods in Inspector to Run 2020-09-12 12:59:03 -07:00
Ken Hibino
a891ce5568 Rename InProgress to Active 2020-09-12 12:59:03 -07:00
Ken Hibino
ebe3c4083f Rename NextEnqueueAt to NextProcessAt 2020-09-12 12:59:03 -07:00