You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When task get processes successfully, it should be removed from asynq:in_progress list in Redis. However the operation to removed the task fails when you have a large number in the payload (caused by JSON number overflowing the target type).
You'll see an error message like this when this happens. WARN: Could not remove task id=brgdeqquof2o9md7qoq0 type="test2" from "asynq:in_progress": NOT FOUND; Will retry syncing
The text was updated successfully, but these errors were encountered:
hibiken
changed the title
[BUG] Task get stuck in in-progress list
[BUG] Task get stuck in in-progress list with Payload with large number as value
Jun 10, 2020
hibiken
changed the title
[BUG] Task get stuck in in-progress list with Payload with large number as value
[BUG] Task get stuck in in-progress list when Payload has a large number as a value
Jun 10, 2020
Describe the bug
When task get processes successfully, it should be removed from
asynq:in_progress
list in Redis. However the operation to removed the task fails when you have a large number in the payload (caused by JSON number overflowing the target type).You'll see an error message like this when this happens.
WARN: Could not remove task id=brgdeqquof2o9md7qoq0 type="test2" from "asynq:in_progress": NOT FOUND; Will retry syncing
The text was updated successfully, but these errors were encountered: