-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Callbacks and errbacks do not work with CELERY_ALWAYS_EAGER #1336
Comments
Note that using
|
Maybe the better solution is to avoid calling the errback in this case. Always eager will never be feature complete anyway, and it's better for tests to mock this. |
Awesome! Thanks @ask! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's an example code:
One would expect that this code prints "Here", but it does not.
Will try to fix by myself, in the meantime would appreciate any help.
Thanks
The text was updated successfully, but these errors were encountered: