Add worker for long_tasks queue

This commit is contained in:
Theodoros Grammenos 2025-02-09 22:28:15 +01:00
parent 244f06b264
commit 7e598d94bd
No known key found for this signature in database
GPG key ID: D25FBC869FCFEBDE
5 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/command/execlineb -P
fdmove -c 2 1
s6-envdir /etc/koha-envvars
s6-setuidgid default-koha
/usr/bin/perl /usr/share/koha/bin/workers/background_jobs_worker.pl --queue long_tasks

View file

@ -0,0 +1 @@
longrun