closeio / tasktiger

Python task queue using Redis
MIT License
1.41k stars 80 forks source link

If possible, retry tasks that fail with "execution not found" #323

Closed thomasst closed 5 months ago

thomasst commented 5 months ago

The only possible danger from this is that retries on this error would not count towards the retry counter since we don't have an execution, which might lead to too many retries at the first retry interval without a cap. I see this possibility as rare, and if we wanted to we could manually create a dummy execution.