Hotfix running worker when redis disabled

This commit is contained in:
Georges-Antoine Assi
2023-08-09 08:45:12 -04:00
parent ca1b7e7d6b
commit ceb3f46f28

View File

@@ -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