mirror of
https://github.com/hibiken/asynq.git
synced 2025-02-23 04:10:17 +08:00
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.
Description
Languages
Go
100%