Add a random offset to the sleep value

This commit is contained in:
tcely 2025-04-08 14:22:09 -04:00 committed by GitHub
parent 0011a4ef55
commit 045bfcbfd6
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 \
/usr/bin/python3 /app/manage.py process_tasks \
--queue database --duration 86400 --sleep 30
--queue database --duration 86400 \
--sleep "30.${RANDOM}"