[GH-ISSUE #166] [BUG] Task get stuck in in-progress list when Payload has a large number as a value #1066

Closed
opened 2026-03-07 22:05:03 +03:00 by kerem · 0 comments
Owner

Originally created by @hibiken on GitHub (Jun 10, 2020).
Original GitHub issue: https://github.com/hibiken/asynq/issues/166

Originally assigned to: @hibiken on GitHub.

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

Originally created by @hibiken on GitHub (Jun 10, 2020). Original GitHub issue: https://github.com/hibiken/asynq/issues/166 Originally assigned to: @hibiken on GitHub. **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```
kerem 2026-03-07 22:05:03 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1066
No description provided.