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
This occurs when a task experiences an exception and has an errback/link_error. For whatever reason, it attempts to run the task right then and there (as opposed to scheduling it in the queues). This is problematic if the errback is for a task not available in the worker's codebase. For whatever reason, this does not seem to occur in tasks that are run within a chord. See celery/kombu#4022.
The text was updated successfully, but these errors were encountered:
This occurs when a task experiences an exception and has an errback/link_error. For whatever reason, it attempts to run the task right then and there (as opposed to scheduling it in the queues). This is problematic if the errback is for a task not available in the worker's codebase. For whatever reason, this does not seem to occur in tasks that are run within a
chord
. See celery/kombu#4022.The text was updated successfully, but these errors were encountered: