mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
remove log-level from rqscheduler
This commit is contained in:
@@ -196,8 +196,7 @@ start_bin_rq_scheduler() {
|
||||
RQ_REDIS_SSL=${REDIS_SSL:-0} \
|
||||
rqscheduler \
|
||||
--path /backend \
|
||||
--pid /tmp/rq_scheduler.pid \
|
||||
--logging_level "${LOGLEVEL}" &
|
||||
--pid /tmp/rq_scheduler.pid &
|
||||
}
|
||||
|
||||
# Commands to start RQ worker
|
||||
|
||||
@@ -52,8 +52,7 @@ RQ_REDIS_HOST=${REDIS_HOST:-127.0.0.1} \
|
||||
RQ_REDIS_SSL=${REDIS_SSL:-0} \
|
||||
rqscheduler \
|
||||
--path /app/backend \
|
||||
--pid /tmp/rq_scheduler.pid \
|
||||
--logging_level "${LOGLEVEL:-INFO}" &
|
||||
--pid /tmp/rq_scheduler.pid &
|
||||
|
||||
echo "Starting RQ worker..."
|
||||
# Build Redis URL properly
|
||||
|
||||
Reference in New Issue
Block a user