Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer an option to automatically respawn apps every now and then #142

Closed
Ecco opened this issue Nov 1, 2013 · 2 comments
Closed

Offer an option to automatically respawn apps every now and then #142

Ecco opened this issue Nov 1, 2013 · 2 comments

Comments

@Ecco
Copy link

Ecco commented Nov 1, 2013

It can be pretty useful to schedule an app restart every N hours. Imagine a leaking app for example, or a poorly tested app that might end up stuck in a corner case.

@rlidwka
Copy link
Collaborator

rlidwka commented Nov 2, 2013

just kill it using cron or something, it's as simple as that

not to mention that your app can easily restart itself (assuming it isn't stuck out of event loop, if it is, you have much worse problems that leaking)

@Unitech
Copy link
Owner

Unitech commented Nov 12, 2013

#141 there is also a beta feature : -c --cron <cron_pattern> Restart a running process based on a cron pattern

@Unitech Unitech closed this as completed Nov 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants