Ken Hibino
7c3ad9e45c
Update CHANGELOG
2021-01-14 06:43:44 -08:00
Ken Hibino
7235041128
Add SkipRetry error to be used as a return value from Handler
2021-01-14 06:43:44 -08:00
Ken Hibino
c5100a9c23
Add a method to list running servers to Inspector
2021-01-14 06:43:44 -08:00
Ken Hibino
f4dd8fe962
Add ListScheduelerEnqueueEvents to Inspector
2021-01-14 06:43:44 -08:00
Ken Hibino
c06e9de97d
Add CancelActiveTask method to Inspector
2021-01-14 06:43:44 -08:00
Ken Hibino
52d536a8f5
Update changelog
2021-01-14 06:43:44 -08:00
Ken Hibino
476862dd7b
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
Ken Hibino
942345ee80
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
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
fadcae76d6
Add String and MarshalJSON methods to Payload type
2020-09-20 07:33:23 -07:00
Ken Hibino
3114987428
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
6d6a301379
v0.11.0
2020-07-28 22:46:41 -07:00
Ken Hibino
53f9475582
Update changelog
2020-07-28 22:45:57 -07:00
Ken Hibino
9bd3d8e19e
v0.10.0
2020-07-06 05:53:56 -07:00
Ken Hibino
8d43fe407a
Change ErrorHandler function signature
2020-07-06 05:48:31 -07:00
Ken Hibino
34b90ecc8a
Return Result struct to caller of Enqueue
2020-07-06 05:48:31 -07:00
Ken Hibino
2e2c9b9f6b
Update docs
2020-07-06 05:48:31 -07:00
Ken Hibino
8bf5917cd9
v0.9.4
2020-06-13 06:27:28 -07:00
Ken Hibino
ade6e61f51
v0.9.3
2020-06-12 06:31:42 -07:00
Ken Hibino
bc2a7635a0
v0.9.2
2020-06-08 06:23:02 -07:00
Ken Hibino
f65d408bf9
Update docs for pause feature
2020-06-08 06:22:14 -07:00
Ken Hibino
69ad583278
v0.9.1
2020-05-29 05:42:40 -07:00
Ken Hibino
23f46dde52
Add helper functions to extract task metadata from context
2020-05-29 05:40:42 -07:00
Ken Hibino
aef0775c05
v0.9.0
2020-05-16 08:02:57 -07:00
Ken Hibino
7849b395bd
Update changelog
2020-05-16 08:00:35 -07:00
Ken Hibino
26b78136ba
v0.8.3
2020-05-08 06:21:01 -07:00
Ken Hibino
9884d5f2fa
v0.8.2
2020-05-03 16:55:34 -07:00
Ken Hibino
826f1ecff4
Update docs
2020-05-03 16:54:39 -07:00
Ken Hibino
49160f2536
v0.8.1
2020-04-27 06:49:12 -07:00
Ken Hibino
e33d297d8e
Add SetDefaultOptions method to Client
2020-04-27 06:45:13 -07:00
Ken Hibino
eb8ced6bdd
Add ParseRedisURI helper function
2020-04-25 13:06:20 -07:00
Ken Hibino
442c9275a0
v0.8.0
2020-04-19 09:08:20 -07:00
Ken Hibino
a0865df33c
Change default concurrency to the number of CPUs
2020-04-19 08:51:17 -07:00
Ken Hibino
431a96a1f7
Update changelog
2020-04-19 08:51:17 -07:00
Ken Hibino
24da281aa7
Update docs with new APIs
2020-04-19 08:51:17 -07:00
Ken Hibino
84b0c76c8b
v0.7.1
2020-04-05 14:56:06 -07:00
Ken Hibino
f91c05b92c
v0.7.0
2020-03-22 12:04:37 -07:00
Ken Hibino
c33dd447ac
Allow client to enqueue a task with unique option
...
Changes:
- Added Unique option for clients
- Require go v.13 or above (to use new errors wrapping functions)
- Fixed adding queue key to all-queues set (asynq:queues) when scheduling.
2020-03-21 11:40:40 -07:00
Ken Hibino
6df2c3ae2b
v0.6.2
2020-03-15 21:02:28 -07:00
Ken Hibino
1a53bbf21b
Update changelog
2020-03-13 17:27:20 -07:00
Ken Hibino
cf7a677312
v0.6.1
2020-03-12 08:42:34 -07:00
Ken Hibino
3c722386b0
Add Deadline option when enqueuing tasks
...
Deadline option sets the deadline for the given task's context deadline.
2020-03-08 17:12:42 -07:00
Ken Hibino
b6486716b4
v0.6.0
2020-03-01 15:54:59 -08:00
Ken Hibino
742ed6546f
Add ServeMux type
...
Allow user to use ServeMux type to be used as a Handler.
ServeMux API is design to be similar to net/http.ServeMux API.
2020-03-01 15:53:18 -08:00
Ken Hibino
897ab4e28b
Add ErrorHandler type to changelog
2020-02-29 22:09:13 -08:00
Ken Hibino
93ff4e4149
v0.5.0
2020-02-23 20:44:44 -08:00
Ken Hibino
49c117f4d1
Change Client APIs
...
Use `Enqueue`, `EnqueueAt`, and `EnqueueIn` to enqueue and schedule
tasks.
`Schedule` method was removed.
2020-02-23 20:40:40 -08:00