Skip to content

How to monitor code changes / reload app automatically after errors? #55

Answered by nickjj
kennyhei asked this question in Q&A
Discussion options

You must be logged in to vote

That is one way to solve it. The concern there is not using the same app server in development vs production. That's why I tend to stick with gunicorn in all environments although it shouldn't be too bad.

I'm not aware of too many other options unless you had a wrapper process start gunicorn which always stays up and then if it detects gunicorn went down it would restart it. Basically a process monitor.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nickjj
Comment options

Answer selected by kennyhei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants