-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Post processor PluginsThe ones with a ->run() methodThe ones with a ->run() methodbugSomething isn't workingSomething isn't workingqueueFIFOFIFO
Milestone
Description
We have found that if an ocr process fails, it will throw new RequeueException('I am not done yet. Will re-enqueu myself');, and continue to retry and fail, creating an infinite loop, as seen in this sample watchdog output:
strawberry_runner_ocr_looping.csv
In our case, I believe the issue is that the command is timing out and may be solved by increasing the ocr processor's timeout setting.
Might the general solution, in part at least, be to switch to using DelayedRequeueException?
Metadata
Metadata
Assignees
Labels
Post processor PluginsThe ones with a ->run() methodThe ones with a ->run() methodbugSomething isn't workingSomething isn't workingqueueFIFOFIFO