Ken Hibino
|
dbdd9c6d5f
|
Update RDB Enqueue and Schedule methods to check for task ID conflict
|
2021-11-06 15:18:42 -07:00 |
|
Ken Hibino
|
2261c7c9a0
|
Change TaskMessage.ID type from uuid.UUID to string
|
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 |
|
Ajat Prabha
|
23c522dc9f
|
Add asynq/x/rate package
- Added a directory /x for external, experimental packeges
- Added a `rate` package to enable rate limiting across multiple asynq worker servers
|
2021-11-03 15:55:23 -07:00 |
|
Ken Hibino
|
0d2c0f612b
|
Add FUNDING.yml
|
2021-10-03 09:25:35 -07:00 |
|
Ken Hibino
|
d612a8a9e4
|
v0.18.6
|
2021-10-03 05:55:49 -07:00 |
|
Jason White
|
b3ef9e91a9
|
Upgrade go-redis/redis to version 8
|
2021-09-02 05:56:02 -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 |
|
Mehran Poursadeghi
|
3ae0e7f528
|
Fix readme
|
2021-08-27 14:47:03 -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 |
|
Luqqk
|
6817af366a
|
Adjust error message, use TrimSpace for more robust empty typename check
|
2021-08-02 20:20:09 -07:00 |
|
Luqqk
|
4bce28d677
|
client.Enqueue - prevent empty task's typename
|
2021-08-02 20:20:09 -07:00 |
|
Pedro Henrique
|
73f930313c
|
Fixes links
|
2021-07-29 17:15:27 -07:00 |
|
Ken Hibino
|
bff2a05d59
|
Fix examples in readme
|
2021-07-18 09:28:43 -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
|
f532c95394
|
Update recoverer to recover tasks on server startup
|
2021-07-04 06:38:36 -07:00 |
|
Ken Hibino
|
ff6768f9bb
|
Fix recoverer to run task recovering logic every minute
|
2021-07-04 06:38:36 -07:00 |
|
Ken Hibino
|
d5e9f3b1bd
|
Update readme
|
2021-06-30 06:26:14 -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
|
bf54621196
|
Update example code in README
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
27baf6de0d
|
Fix error in readme
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
1bd0bee1e5
|
Fix CLI build
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
a9feec5967
|
Change TaskInfo to use public fields instead of methods
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
e01c6379c8
|
Fix lua script for redis-cluster mode
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
a0df047f71
|
Use md5 to generate checksum for unique key
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
68dd6d9a9d
|
(fix): Clear unique lock when task is deleted via Inspector
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
6cce31a134
|
Fix recoverer test
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
f9d7af3def
|
Update ProcessorRetry test
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
b0321fb465
|
Format payload bytes in CLI output
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
7776c7ae53
|
Rename cli subcommand to not to use dash
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
709ca79a2b
|
Add task inspect command
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
08d8f0b37c
|
Add String method to TaskState
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
385323b679
|
Minor fix in queue command
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
77604af265
|
Fix asynq CLI build
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
4765742e8a
|
Add Inspector.GetTaskInfo
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
68839dc9d3
|
Fix lua scripts for redis cluster
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
8922d2423a
|
Define RDB.GetTaskInfo
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
b358de907e
|
Rename Inspector.CurrentStats to GetQueueInfo
|
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
|
c8bda26bed
|
Make NodeCluster fields read-only
|
2021-06-29 16:34:21 -07:00 |
|
Ken Hibino
|
8aeeb61c9d
|
Misc cleanup
|
2021-06-29 16:34:21 -07:00 |
|