lambdaclass / lambdaclass/spawned
Add Supervisor actor for fault tolerance
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 59
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Erlang-style supervision:
Restart strategies:
OneForOne- restart only failed childOneForAll- restart all children when any failsRestForOne- restart failed child and all started after it
Features:
- Restart intensity tracking (max_restarts in max_seconds)
- Graceful shutdown in reverse order
- Monitors all children for exits
New file: concurrency/src/supervisor.rs
Part of Phase 4 (Supervision).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the planned concurrency/src/supervisor.rs file and the Phase 4 (Supervision) requirements. Define the three restart strategies, restart-intensity tracking, reverse-order graceful shutdown, and child-exit monitoring; completion means all listed supervision features are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100