Mechanism to register workers to the server
Open
Hacktober Fest
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The server can support multiple workers in parallel. Add a mechanism to register currently running workers to the server and send heartbeats to the server every N seconds.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the server and currently running worker entry points, then trace how the server handles parallel workers. Define the registration and heartbeat protocol, including the N-second interval, before implementing it. Done means workers register with the server and continue sending heartbeats at the specified interval.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100