RemoteWorkerRecord(
username='scott',
machine='cheetah.house',
- weight=30,
+ weight=24,
count=6,
),
)
RemoteWorkerRecord(
username='scott',
machine='wannabe.house',
- weight=25,
- count=10,
+ weight=14,
+ count=8,
),
)
if self.ping('puma.cabin'):
RemoteWorkerRecord(
username='scott',
machine='puma.cabin',
- weight=30,
+ weight=24,
count=6,
),
)
RemoteWorkerRecord(
username='scott',
machine='backup.house',
- weight=8,
+ weight=9,
count=2,
),
)