Added additional tubesync workers

This commit is contained in:
tcely 2025-04-06 20:38:26 -04:00
parent 73195fa79b
commit b33ff71678
No known key found for this signature in database
GPG Key ID: B84DD241AF4C4274
15 changed files with 16 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
gunicorn

View File

@ -0,0 +1 @@
SIGINT

View 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

View File

@ -0,0 +1 @@
longrun

View File

@ -0,0 +1 @@
gunicorn

View File

@ -0,0 +1 @@
SIGINT

View File

@ -0,0 +1 @@
longrun