Add a random offset to the sleep value

This commit is contained in:
tcely 2025-04-08 14:19:38 -04:00 committed by GitHub
parent 7b081a7aaf
commit d77ca0f7cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,4 +2,5 @@
exec nice -n "${TUBESYNC_NICE:-1}" s6-setuidgid app \ exec nice -n "${TUBESYNC_NICE:-1}" s6-setuidgid app \
/usr/bin/python3 /app/manage.py process_tasks \ /usr/bin/python3 /app/manage.py process_tasks \
--queue network --duration 43200 --queue network --duration 43200 \
--sleep "10.${RANDOM}"