Implement queue
This commit is contained in:
parent
c2c8cbbf8a
commit
f0394f876d
2 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,7 @@ function askreboot(device_id) {
|
|||
};
|
||||
|
||||
function downloadnotice() {
|
||||
alert("Your file is being prepared. This will take a minute, please be patient and do not leave this page. The download will start automatically.");
|
||||
alert("Your file is being prepared. This might take a minute or two. You may close this page and click the download button again later when the file has been generated or if your browser stops trying to load the file.");
|
||||
};
|
||||
|
||||
function showdevices() {
|
||||
|
|
|
@ -146,3 +146,5 @@ CRON_CLASSES = [
|
|||
# Celery config
|
||||
|
||||
CELERY_RESULT_BACKEND = 'django-db'
|
||||
CELERY_WORKER_CONCURRENCY = 1
|
||||
CELERY_WORKER_PREFETCH_MULTIPLIER = 1
|
||||
|
|
Loading…
Reference in a new issue