commit frontend code

This commit is contained in:
Georges-Antoine Assi
2025-10-16 15:40:27 -04:00
parent 170b3d04b7
commit 7e4e27db62
7 changed files with 22 additions and 21 deletions

View File

@@ -211,6 +211,7 @@ start_bin_rq_worker() {
--path /backend \
--pid /tmp/rq_worker.pid \
--url "${redis_url}" \
--results-ttl "${TASK_RESULT_TTL:-86400}" \
high default low &
}