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

Supersivor: restart strategies #25

Open
ysbaddaden opened this issue Mar 6, 2025 · 0 comments
Open

Supersivor: restart strategies #25

ysbaddaden opened this issue Mar 6, 2025 · 0 comments
Labels
enhancement supervisor Related to Earl::Supervisor

Comments

@ysbaddaden
Copy link
Owner

Erlang supervisors have different restart strategies:
https://www.erlang.org/doc/system/sup_princ

Earl supervisors only support the one_for_one strategy, where the supervisor will restart any failed child agent and nothing else.

The one_for_all and rest_for_one strategies are also interesting. The stop from right to left and restart from left-to-right is also interesting.

@ysbaddaden ysbaddaden added enhancement supervisor Related to Earl::Supervisor labels Mar 6, 2025
@ysbaddaden ysbaddaden moved this to Backlog in Board Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement supervisor Related to Earl::Supervisor
Projects
Status: Backlog
Development

No branches or pull requests

1 participant