From c7d6ae2e83ac5fbb30c7b1666c74c86ecbdd9ef9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Oct 2023 11:46:42 +0200 Subject: 🚀 Debian package: ishtar-tasks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/celery | 1 + install/celeryd.default.template | 2 +- install/tasks_settings.py.sample | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 install/celery create mode 100644 install/tasks_settings.py.sample (limited to 'install') 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 -- cgit v1.2.3