-
Notifications
You must be signed in to change notification settings - Fork 59
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
Automatically start processes when you visit a URL #122
Comments
So unlike |
what if invoker itself is not running? in this case invoker won't be listening on port 80, and it can't start corresponding rails app if foo.dev is visited. this feature makes more sense if invoker is running as a daemon. |
It also makes less Invoker less resource hungry I guess, because it won't be starting the processes until they are accessed. This is partly doable through, |
👍 and would be nice to have processes automatically terminated after 15 minutes of inactivity p.s. |
yes, thats mainly for the web processes, however stopping entire App (as per Procfile) still makes sense as well |
on other hands, I believe, processes could be monitored and stopped by the external process manager (script) once auto-start by URL is ready |
It would be nice if invoker could automatically start processes when a URL is visited, much like how pow automatically starts rails applications.
The text was updated successfully, but these errors were encountered: