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

Add the ability to change the Celery task queue #47

Open
vtoupet opened this issue Apr 12, 2020 · 1 comment
Open

Add the ability to change the Celery task queue #47

vtoupet opened this issue Apr 12, 2020 · 1 comment

Comments

@vtoupet
Copy link

vtoupet commented Apr 12, 2020

First, let me thank you for this great django app I've just discovered. This is brilliant. In my project, I am using Celery a lot. I have a lot of celery queues. That would be great to have the ability to change the task queue that will be used (when it is not defined, the 'celery' named queue will be used).

You might want to have a setting similar as RASTER_USE_CELERY (for example RASTER_CELERY_QUEUE).

What do you think?

Would you like me to do a PR?

@yellowcap
Copy link
Member

Thanks @vtoupet - always glad to hear that our package is useful! By all means - pull requests are always welcome. Your request makes sense, I have not come across the need of multiple queues yet but I can see how it can be useful in larger apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants