Share circuit breaker between workers
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Ruby
- Stars
- 1.5k
- Forks
- 88
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 5
Description
We should use SysV shared memory of SysV semaphores to share the state of the circuit breakers between all the workers on the host.
I want to take a crack at it this weekend
\cc @csfrancis @byroot
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
The issue names no files or tests. Start by tracing the existing circuit-breaker state and worker lifecycle, then study the proposed SysV shared-memory and semaphore boundary. Done means circuit-breaker state is shared between all workers on the host and the behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100