-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't handle retries #10
Comments
Using retry doesn't work in celery-batches, it just raises the original exception. See clokep/celery-batches#10 Fixes WEBLATE-FM Fixes WEBLATE-FY Fixes WEBLATE-FW Fixes WEBLATE-FT Fixes WEBLATE-FS Fixes WEBLATE-FV Fixes WEBLATE-FR Signed-off-by: Michal Čihař <[email protected]>
Thanks for filing this, you're correct that this is definitely a missing feature. I don't think it would be too hard to add, but I'm unsure. The "tracer" in celery-batches is missing quite a bit of functionality, actually. In this case it is missing some of the exception handling of calling the task, see part of Celery's vs. Celery-batches' |
Another bit which is missing is at least |
Looking a bit more about this, we'd have to handle |
The celery batches doesn't do retries, in more detail it's described in celery/celery#1498 with possible workaround.
The text was updated successfully, but these errors were encountered: