summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-10-11 11:46:42 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-10 18:17:41 +0200
commit38d8b78b3c231f77c701d825da4125415d0e3b91 (patch)
tree0b9968fb7490ce0a1ad2e7a3d72bd18637821aec /install
parentd82fae12fe0b42470d027532ce8ea34daea60add (diff)
downloadIshtar-38d8b78b3c231f77c701d825da4125415d0e3b91.tar.bz2
Ishtar-38d8b78b3c231f77c701d825da4125415d0e3b91.zip
🚀 Debian package: ishtar-tasks
Diffstat (limited to 'install')
-rw-r--r--install/celery1
-rw-r--r--install/celeryd.default.template2
-rw-r--r--install/tasks_settings.py.sample1
3 files changed, 3 insertions, 1 deletions
diff --git a/install/celery b/install/celery
new file mode 100644
index 000000000..11d8ae58d
--- /dev/null
+++ b/install/celery
@@ -0,0 +1 @@
+USE_CELERY=yes
diff --git a/install/celeryd.default.template b/install/celeryd.default.template
index 1337d8f92..7f1c8660f 100644
--- a/install/celeryd.default.template
+++ b/install/celeryd.default.template
@@ -16,7 +16,7 @@ CELERYD_PID_FILE="/run/celery/#APP_NAME#%n.pid"
# Log level
CELERYD_LOG_LEVEL=INFO
-# Path to celery binary, that is in your virtual environment
+# Path to celery binary
CELERY_BIN=#CELERY_BIN_PATH#
# to debug the service it could be necessary to uncomment the following line
diff --git a/install/tasks_settings.py.sample b/install/tasks_settings.py.sample
new file mode 100644
index 000000000..252885ed8
--- /dev/null
+++ b/install/tasks_settings.py.sample
@@ -0,0 +1 @@
+USE_BACKGROUND_TASK = True