sdaps / sdaps-web

Django frontend for SDAPS
GNU Affero General Public License v3.0
6 stars 3 forks source link

Fix queue handling #6

Open benzea opened 6 years ago

benzea commented 6 years ago

It should be possible to configure different queues for the different celery tasks in the configuration. However, it appears that this is currently not possible.

So, for this issue, one needs to try to use different queues, and either confirm that it works or fix the bugs to make it work.