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

Update README.md for important use case (use Supervisor). #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MarcusSorealheis
Copy link

This addition essentially helps users launch external processes with Porcelain that will be restarted in the event that the program crashes.

This addition essentially helps users launch external processes with Porcelain that will be restarted in the event that the program crashes.
@MarcusSorealheis
Copy link
Author

I find it particularly important since the crashing of external one-off programs can be devastating to an application. Elixir, with Porcelain, handles it rather gracefully.

@alco
Copy link
Owner

alco commented Feb 17, 2017

Thank you for your contribution, @MarcusSorealheis.
I have plans to make it seamless to use external processes started with Porcelain under a supervisor.

I'll have to hold off merging this for a while because Porcelain still has issues where the external process will keep running even when it looks like it's finished on the Elixir side.

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

Successfully merging this pull request may close these issues.

None yet

2 participants