[GH-ISSUE #648] asynq queue #2346

Open
opened 2026-03-15 20:11:33 +03:00 by kerem · 2 comments
Owner

Originally created by @wanggongjin on GitHub (Apr 22, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/648

Originally assigned to: @hibiken on GitHub.

If a task is written to the asynq queue and it's never been picked up for processing, is it going to be kept? Is there any way to do that

Originally created by @wanggongjin on GitHub (Apr 22, 2023). Original GitHub issue: https://github.com/hibiken/asynq/issues/648 Originally assigned to: @hibiken on GitHub. If a task is written to the asynq queue and it's never been picked up for processing, is it going to be kept? Is there any way to do that
Author
Owner

@bfwbbrj commented on GitHub (Apr 24, 2023):

Can you provide more details & context? By default, asynq will not skip any tasks. If a task fails too many times, it will be archived for at most 90 days, after which it will be deleted permanently.

<!-- gh-comment-id:1519358700 --> @bfwbbrj commented on GitHub (Apr 24, 2023): Can you provide more details & context? By default, asynq will not skip any tasks. If a task fails too many times, it will be archived for at most 90 days, after which it will be deleted permanently.
Author
Owner

@wanggongjin commented on GitHub (Apr 24, 2023):

I mean how long does a published task stay in asynq if it never gets processed

<!-- gh-comment-id:1519395439 --> @wanggongjin commented on GitHub (Apr 24, 2023): I mean how long does a published task stay in asynq if it never gets processed
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#2346
No description provided.