TraceMachina/nativelink

Worker connection failures on startup shouldn't raise errors

Open

#615 opened on Jan 17, 2024

 (1 comment) (0 reactions) (0 assignees)Rust (222 forks)auto 404
buggood first issue

Repository metrics

Stars
 (1,557 stars)
PR merge metrics
 (PR metrics pending)

Description

At the moment we raise errors when the worker can't find the scheduler:

https://github.com/TraceMachina/nativelink/actions/runs/7558646440/job/20580653217?pr=614#step:9:197

This might lead to issues when running health and readiness checks and readiness checks in K8s. We should find a solution that integrates better with the K8s scheduler.

Contributor guide