openreplay/ee/api/run-crons-dev.sh
Taha Yassine Kraiem 3dfa487ac5 feat(crons): fixed health check cron
feat(crons): refactored main
2023-04-28 14:34:12 +02:00

6 lines
No EOL
97 B
Bash
Executable file

#!/bin/zsh
APP_NAME=crons \
PG_MINCONN=2 \
PG_MAXCONN=10 \
PG_POOL=false \
python app_crons.py $@