Prevent Sidekiq from running

Usually we don't want Sidekiq to run during an import because it might mess things up while there's incomplete or inconsistent data.
This commit is contained in:
Gerhard Schlager 2025-02-26 17:51:55 +01:00
parent 07e14d6fc1
commit 4b470efa79
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# This template installs MariaDB and all dependencies needed for importing from phpBB3.
env:
UNICORN_SIDEKIQS: 0
params:
home: /var/www/discourse
@ -15,7 +18,6 @@ hooks:
cd: /etc/runit/3.d
cmd:
- rm 01-nginx
- rm 02-unicorn
- file:
path: /etc/mysql/conf.d/import.cnf