Created
May 31, 2019 19:38
-
-
Save cmabastar/c8928c37014b5c19170668c8def15c56 to your computer and use it in GitHub Desktop.
Running honcho or procfile for db migrate in flask
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scheduler: flask db upgrade && flask rq scheduler -v | |
worker_a: flask rq worker -v | |
worker_b: flask rq worker -v | |
worker_c: flask rq worker -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment