mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
add script to start rq workers
This commit is contained in:
parent
8142a41765
commit
fb8c8d7041
1 changed files with 3 additions and 0 deletions
3
start_worker.sh
Executable file
3
start_worker.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
/opt/app-root/bin/rq worker -u "$PROXSTAR_REDIS_URL" --sentry-dsn "$PROXSTAR_SENTRY_DSN"
|
Loading…
Reference in a new issue