2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-23 09:10:19 +08:00

8 Commits

Author SHA1 Message Date
ajatprabha
dde93bfc12
add copyright comment 2021-11-01 18:56:34 +05:30
ajatprabha
910162f067
rename file alias.go => context.go 2021-10-31 21:30:38 +05:30
ajatprabha
34cc2d8081
use sorted-set to release stale locks 2021-10-30 16:07:46 +05:30
Ken Hibino
818c2d6f35 Add GetQueueName helper to extract queue name from context 2020-09-12 12:59:03 -07:00
Ken Hibino
199bf4d66a Minor code cleanup 2020-07-06 05:48:31 -07:00
Ken Hibino
4e8ac151ae Update processor to adapt for deadlines set change
- Processor dequeues tasks only when it's available to process
- Processor retries a task when its context's Done channel is closed
2020-07-06 05:48:31 -07:00
Ken Hibino
716d3d987e Use default timeout of 30mins if both timeout and deadline are not
provided
2020-07-06 05:48:31 -07:00
Ken Hibino
23f46dde52 Add helper functions to extract task metadata from context 2020-05-29 05:40:42 -07:00