TraceMachina/nativelink
Worker<->Scheduler communication should throw a warning if versions are mismatched
Open
#1,253 opened on Aug 8, 2024
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.