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
In my django application I'm using a task queue. Whenever, I try to execute model export, it doesn't triggering the django-import-export-celery task. May be I need to define task queue for the shared_task from this library. I wanted to ask, if there is any way to override the queue settings so that the task will be executed on the right celelry task queue? @auto-mat
The text was updated successfully, but these errors were encountered:
I found no settings for defining queue name for django-import-export-celery. So, I updated my celery config file the following way to define the queue configuration of the celery tasks.
In my django application I'm using a task queue. Whenever, I try to execute model export, it doesn't triggering the
django-import-export-celery
task. May be I need to define task queue for the shared_task from this library. I wanted to ask, if there is any way to override the queue settings so that the task will be executed on the right celelry task queue? @auto-matThe text was updated successfully, but these errors were encountered: