mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
Hotfix running worker when redis disabled
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /back
|
||||
rq worker high default low --logging_level WARN
|
||||
nc -z ${REDIS_HOST:-localhost} ${REDIS_PORT:-6379} && rq worker high default low --logging_level WARN
|
||||
|
||||
Reference in New Issue
Block a user