2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-02-23 04:10:17 +08:00
Ken Hibino 0db4b8a34f fix:Remove task from in_progress when worker goroutine finishes
There was a bug related to the logic of removing task from
"asynq:in_progress" list when worker is finished. The task was not
properly removed from the list when the taskMessage gets modified before
the deferred call. More specifically when task was scheduled for retry
the message was modified and therefore LREM could not properly removed
the message from "asynq:in_progress" list.
2019-11-27 14:26:04 -08:00
2019-11-14 21:48:43 -08:00
2019-11-27 06:41:54 -08:00
2019-11-20 07:01:24 -08:00
2019-11-20 07:01:24 -08:00
2019-11-27 06:33:04 -08:00
2019-11-27 07:16:16 -08:00
2019-11-27 07:16:16 -08:00
Description
Languages
Go 100%