oakestra/oakestra

Improve cluster gRPC startup

Open

#540 opened on Jun 16, 2026

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Go (33 forks)auto 404
good first issuehelp wantedpriority/lowscope/cluster

Repository metrics

Stars
 (77 stars)
PR merge metrics
 (PR metrics pending)

Description

Short

At the cluster orchestrator, to prevent sleeping and hoping the server started, we could try to request the endpoint ourselves on localhost until it becomes available and then register with the system manager. To be fair, if the current solution works, this could be a separate issue.

Originally posted by @axiphi in https://github.com/oakestra/oakestra/pull/518#discussion_r3419646589

Proposal

Test localhost until available before gRPC startup

Ratio

More reliable startup

Impact

Cluster manager

Development time

1,2 days

Status

looking for feedback

Checklist

  • Discussed
  • Documented
  • Implemented
  • Tested

Contributor guide