Mohammed Sohail
|
4c5202ee13
|
docs (CHANGELOG): IsPanicError function (closes #708)
|
2024-01-29 11:33:46 +03:00 |
|
Ken Hibino
|
fde294be32
|
v0.24.1
|
2023-05-01 06:48:07 -07:00 |
|
Ken Hibino
|
783071c47f
|
v0.24.0
|
2023-01-02 14:55:33 -08:00 |
|
Ken Hibino
|
d0209d9273
|
Remove error log from Scheduler
|
2022-06-04 12:48:56 -07:00 |
|
Chih Sean Hsu
|
e0e5d1ac24
|
Add pre and post enqueue callback options for Scheduler
|
2022-05-27 10:50:02 -07:00 |
|
Ken Hibino
|
c438339c3d
|
Fix date in changelog
|
2022-04-12 06:22:42 -07:00 |
|
Ken Hibino
|
245d4fe663
|
v0.23.0
|
2022-04-11 16:57:33 -07:00 |
|
Ken Hibino
|
94719e325c
|
Update CHANGELOG.md
|
2022-04-11 16:55:43 -07:00 |
|
Erwan Leboucher
|
04d7c8c38c
|
Add rediss url parsing support
|
2022-02-24 08:30:55 -08:00 |
|
Ken Hibino
|
c04fd41653
|
v0.22.1
|
2022-02-20 06:22:55 -08:00 |
|
Ken Hibino
|
cabf8d3627
|
Fix changelog
|
2022-02-19 06:21:56 -08:00 |
|
Ken Hibino
|
a19909f5f4
|
v0.22.0
|
2022-02-19 06:20:05 -08:00 |
|
Ken Hibino
|
cea5110d15
|
Add IsOrphaned field to TaskInfo
|
2022-02-19 06:15:44 -08:00 |
|
Ken Hibino
|
dabcb120d5
|
Update recoverer to use ListLeaseExpired
|
2022-02-19 06:15:44 -08:00 |
|
Binaek Sarkar
|
ebd7a32c0f
|
conventions
|
2022-02-16 06:43:08 -08:00 |
|
Binaek Sarkar
|
55d0610a03
|
test and changelog
|
2022-02-16 06:43:08 -08:00 |
|
Ken Hibino
|
dff2e3a336
|
v0.21.0
|
2022-01-22 06:15:29 -08:00 |
|
Ken Hibino
|
65040af7b5
|
Update changelog
|
2022-01-22 06:14:24 -08:00 |
|
Mahdi Dibaiee
|
ce46b07652
|
Allow configuration of DelayedTaskCheckInterval
|
2022-01-03 14:44:00 -08:00 |
|
Mahdi Dibaiee
|
2d0170541c
|
Add --json flag for asynq stats command
|
2022-01-02 07:24:29 -08:00 |
|
Ken Hibino
|
5f20edcbd1
|
v0.20.0
|
2021-12-19 07:00:21 -08:00 |
|
Ken Hibino
|
82d18e3d91
|
Record total tasks processed/failed
|
2021-12-16 16:53:02 -08:00 |
|
Ken Hibino
|
43cb4ddf19
|
Add queue metrics exporter
Changes:
- Added `x/metrics` package
- Added `tools/metrics_exporter` binary
|
2021-12-16 06:01:01 -08:00 |
|
Ken Hibino
|
970cb7a606
|
v0.19.1
|
2021-12-12 06:16:13 -08:00 |
|
Ken Hibino
|
157e97e72e
|
Update changelog
|
2021-12-11 10:29:43 -08:00 |
|
Ken Hibino
|
9f2c321e98
|
Add EnqueueContext method to Client
|
2021-11-15 16:34:26 -08:00 |
|
Ken Hibino
|
413afc2ab6
|
v0.19.0
|
2021-11-06 15:20:09 -07:00 |
|
Ken Hibino
|
f4ddac4dcc
|
Introduce Task Results
* Added Retention Option to specify retention TTL for tasks
* Added ResultWriter as a client interface to write result data for the associated task
|
2021-11-06 15:18:42 -07:00 |
|
Ken Hibino
|
9e2f88c00d
|
Add TaskID option to allow user to specify task id
|
2021-11-06 15:18:42 -07:00 |
|
Ken Hibino
|
83cae4bb24
|
Update NewTask function to take Option as varargs
|
2021-11-06 15:18:42 -07:00 |
|
Ken Hibino
|
d612a8a9e4
|
v0.18.6
|
2021-10-03 05:55:49 -07:00 |
|
Ken Hibino
|
05534c6f24
|
v0.18.5
|
2021-09-01 06:02:49 -07:00 |
|
Ken Hibino
|
f0db219f6a
|
Add IsFailure to Config
With this IsFailure config, users can provide a predicate function to
determine whether the error returned from Handler counts as a failure.
|
2021-09-01 06:00:54 -07:00 |
|
Ken Hibino
|
421dc584ff
|
v0.18.4
|
2021-08-17 17:12:33 -07:00 |
|
Ken Hibino
|
cfd1a1dfe8
|
Make scheduler methods thread-safe
|
2021-08-17 17:10:53 -07:00 |
|
Ken Hibino
|
c197902dc0
|
v0.18.3
|
2021-08-09 08:59:35 -07:00 |
|
Ken Hibino
|
e6355bf3f5
|
Use approximate memory usage for QueueInfo
|
2021-08-09 08:58:44 -07:00 |
|
Luqqk
|
95c90a5cb8
|
Add changelog entry, add additional test case
|
2021-08-02 20:20:09 -07:00 |
|
Ken Hibino
|
684a7e0c98
|
v0.18.2
|
2021-07-15 06:56:53 -07:00 |
|
Ken Hibino
|
46b23d6495
|
Allow upper case characters in queue name
|
2021-07-15 06:55:47 -07:00 |
|
Ken Hibino
|
c0ae62499f
|
v0.18.1
|
2021-07-04 06:39:54 -07:00 |
|
Ken Hibino
|
7744ade362
|
Update changelog
|
2021-07-04 06:38:36 -07:00 |
|
Ken Hibino
|
d02b722d8a
|
v0.18.0
|
2021-06-29 16:36:52 -07:00 |
|
Ken Hibino
|
99c7ebeef2
|
Add migration command in CLI
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
8ee1825e67
|
Rename Inspector.CancelActiveTask to CancelProcessing
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
96c51fdc23
|
Update WorkerInfo and remove unnecessary types
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
12f4c7cf6e
|
Move inspeq package content to asynq package
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
0ec3b55e6b
|
Replace ArchiveTaskByKey with ArchiveTask in Inspector
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
b835090ad8
|
Update Client.Enqueue to return TaskInfo
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
9c95c41651
|
Change Server API
* Rename ServerStatus to ServerState internally
* Rename terminate to shutdown internally
* Update Scheduler API to match Server API
|
2021-06-29 16:34:21 -07:00 |
|