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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
I noticed this too after implementing the pattern in my application. Try to import any application object like a model or a service from tasks.py, you will notice the circular import issues.
In my application, I could not import the tasks defined in tasks.py on the module level. I had to import them in the method/function level to avoid circular import issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How is the circular import of celery tasks handled?
The text was updated successfully, but these errors were encountered: