add script to start rq workers

This commit is contained in:
Jordan Rodgers 2018-01-23 23:43:46 -05:00
parent 8142a41765
commit fb8c8d7041

3
start_worker.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
/opt/app-root/bin/rq worker -u "$PROXSTAR_REDIS_URL" --sentry-dsn "$PROXSTAR_SENTRY_DSN"