Ken Hibino
|
ca78b92078
|
Add Queue option to allow user to specify queue from client
Added base.QueueKey method to get redis key for given queue name.
Changed asynqtest.GetEnqueuedMessages to optionally take queue name.
|
2020-01-07 21:55:18 -08:00 |
|
Ken Hibino
|
f3a23b9b12
|
Make Task type immutable
This change makes it impossible to mutate payload within Handler or
RetryDelayFunc.
|
2020-01-05 09:55:39 -08:00 |
|
Ken Hibino
|
606b0fae64
|
Rename Client Process method to Schedule
|
2020-01-03 20:29:35 -08:00 |
|
Ken Hibino
|
c62833540c
|
Add license comment to all src files
|
2020-01-02 18:13:16 -08:00 |
|
Ken Hibino
|
62624cb0d8
|
Change NewClient API to take *redis.Client
|
2019-12-29 14:55:16 -08:00 |
|
Ken Hibino
|
ae0c2f9ca5
|
Use asynqtest helpers in asynq package tests
|
2019-12-29 10:05:02 -08:00 |
|
Ken Hibino
|
3fd248615b
|
Create base internal package
|
2019-12-22 07:40:25 -08:00 |
|
Ken Hibino
|
f5b7e0cccd
|
Document options precedence
|
2019-12-21 10:02:03 -08:00 |
|
Ken Hibino
|
4229073a24
|
Allow user to define a max retry count for a task
|
2019-12-21 09:47:45 -08:00 |
|
Ken Hibino
|
437fb03bb3
|
Unexport redis key name constants from rdb package
|
2019-12-04 17:23:11 -08:00 |
|
Ken Hibino
|
d4e442d04f
|
Extract rdb to internal package
|
2019-12-03 22:13:48 -08:00 |
|
Ken Hibino
|
634af38e3a
|
Add test for client
|
2019-11-29 17:40:31 -08:00 |
|