CARLI / web-reports

Web Reports Web Based Reporting Tool
2 stars 0 forks source link

Move auth backend into dedicated task #132

Open patrickzurek opened 7 years ago

patrickzurek commented 7 years ago

The backend authentication class needs to be made into an async task. Also, it must be assigned a worker queue separate from the one responsible for running report queries so that it doesn't block on long running report queries.