You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't rely on `autoretry_for` for exceptions that are raised inside the `before_start` handler.
How autoretry_for works is that it wraps the run method to catch the exceptionhttps://github.com/celery/celery/blob/ab2bcc096a9013a9147a3be1a2699d2312f93d1f/celery/app/autoretry.py#L29-L34But celery calls before_start separately from runhttps://github.com/celery/celery/blob/ab2bcc096a9013a9147a3be1a2699d2312f93d1f/celery/app/trace.py#L445-L448
Closes#9014
0 commit comments