We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently workers are started as :transient under the Ockam.Node.ProcessSupervisor. Some workers may be intended to be temporary and not restart.
:transient
Ockam.Node.ProcessSupervisor
Adding a restart_type option to the worker startup would be useful there.
restart_type
The text was updated successfully, but these errors were encountered:
Addressed in #2503
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently workers are started as
:transient
under theOckam.Node.ProcessSupervisor
.Some workers may be intended to be temporary and not restart.
Adding a
restart_type
option to the worker startup would be useful there.The text was updated successfully, but these errors were encountered: