Skip to content
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

Fix an issue with Celery 5.1.0 and storing results. #32

Merged
merged 1 commit into from
May 26, 2021

Conversation

clokep
Copy link
Owner

@clokep clokep commented May 26, 2021

This fixes an error on Celery 5.1.0 and storing results (when passing the request object):

AttributeError: 'SimpleRequest' object has no attribute 'ignore_result'

This adds compatibility with celery/celery#6713.

@clokep clokep merged commit 29d5f56 into main May 26, 2021
@clokep clokep deleted the ignore-result-compat branch May 26, 2021 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant