TraceMachina/nativelink

Worker<->Scheduler communication should throw a warning if versions are mismatched

Open

#1,253 opened on Aug 8, 2024

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

Repository metrics

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

Description

If a worker is connecting to the scheduler it both sides should express what version of nativelink they have in the metadata and validate that they match and if they don't throw a warning.

This will make it easier to see if any errors being thrown are related to an API change.

Contributor guide