Commit graph

13 commits

Author SHA1 Message Date
Adriano Caloiaro
0105403be9 feat: add support for recovery callbacks 2024-04-16 13:52:54 -06:00
Adriano Caloiaro
94d7d68539
Remove TODO for seconds cron syntax in asynq 2024-01-28 07:26:50 -07:00
Adriano Caloiaro
7798b35827 Fix lints 2024-01-26 09:21:05 -07:00
Elliot Courant
e6ece3c568
chore(log): Tweaking logging again, making everything consistent (#101) 2023-11-06 15:07:46 -06:00
Adriano Caloiaro
12a6667bd5 fix: Redis backend does not respect MaxRetries 2023-10-05 10:40:08 -06:00
Adriano Caloiaro
69f57ca26a feat: Disallow adding items to the unnamed queue 2023-09-17 00:15:19 +02:00
Adriano Caloiaro
23098bcdc5 break: Move queue name into Handler
This goal of this change is to simplify the API. Handlers and queues
have a 1:1 mapping, so functions that receive both a `queue` and a
`handler` take two parameters when they could take only one.
2023-09-17 00:15:19 +02:00
Adriano Caloiaro
20f5b139b5 break: Rename types.Backend -> neoq.Neoq 2023-09-07 12:36:02 +02:00
Adriano Caloiaro
72594867e5 Support job deadlines
Fixes #52
2023-08-28 20:01:21 +02:00
c237f31b4e Fix slog API change issue 2023-07-17 07:54:22 -06:00
49317f4840 Make [rR]edisBackend public 2023-07-12 13:34:51 -06:00
d68db7b442
Add log level to redis and memory backends (#50) 2023-05-02 20:46:04 -06:00
aaed37eeb5
Add redis support (#44) 2023-04-14 19:11:22 -06:00