You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When leveraging Porcelain.Process(s) under a Supervisor the best way for the processes to be automatically restarted when they crash as "supervised" workers is to call Porcelain.Process.await/2 in callback function body. However, this is not in the documentation and there may not be the place for it since the docs do get at such behavior for Porcelain.Process.await/2.
Perhaps an example of it should be added to the README.md. What do you think?
The text was updated successfully, but these errors were encountered:
When leveraging Porcelain.Process(s) under a Supervisor the best way for the processes to be automatically restarted when they crash as "supervised" workers is to call
Porcelain.Process.await/2
in callback function body. However, this is not in the documentation and there may not be the place for it since the docs do get at such behavior forPorcelain.Process.await/2
.Perhaps an example of it should be added to the
README.md
. What do you think?The text was updated successfully, but these errors were encountered: