Open wanggongjin opened 1 year ago
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.
I mean how long does a published task stay in asynq if it never gets processed
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