mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 04:26:36 +00:00
Add a random offset to the sleep value
This commit is contained in:
parent
7b081a7aaf
commit
d77ca0f7cc
@ -2,4 +2,5 @@
|
||||
|
||||
exec nice -n "${TUBESYNC_NICE:-1}" s6-setuidgid app \
|
||||
/usr/bin/python3 /app/manage.py process_tasks \
|
||||
--queue network --duration 43200
|
||||
--queue network --duration 43200 \
|
||||
--sleep "10.${RANDOM}"
|
||||
|
Loading…
Reference in New Issue
Block a user