mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
Added additional tubesync workers
This commit is contained in:
parent
73195fa79b
commit
b33ff71678
5
config/root/etc/s6-overlay/s6-rc.d/tubesync-db-worker/run
Executable file
5
config/root/etc/s6-overlay/s6-rc.d/tubesync-db-worker/run
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/command/with-contenv bash
|
||||||
|
|
||||||
|
exec nice -n "${TUBESYNC_NICE:-1}" s6-setuidgid app \
|
||||||
|
/usr/bin/python3 /app/manage.py process_tasks \
|
||||||
|
--queue database
|
@ -0,0 +1 @@
|
|||||||
|
gunicorn
|
@ -0,0 +1 @@
|
|||||||
|
SIGINT
|
5
config/root/etc/s6-overlay/s6-rc.d/tubesync-fs-worker/run
Executable file
5
config/root/etc/s6-overlay/s6-rc.d/tubesync-fs-worker/run
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/command/with-contenv bash
|
||||||
|
|
||||||
|
exec nice -n "${TUBESYNC_NICE:-1}" s6-setuidgid app \
|
||||||
|
/usr/bin/python3 /app/manage.py process_tasks \
|
||||||
|
--queue filesystem
|
@ -0,0 +1 @@
|
|||||||
|
longrun
|
@ -0,0 +1 @@
|
|||||||
|
gunicorn
|
@ -0,0 +1 @@
|
|||||||
|
SIGINT
|
@ -0,0 +1 @@
|
|||||||
|
longrun
|
Loading…
Reference in New Issue
Block a user