This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
0.1.7
- Update the
BazelWorkerDriver
class to handle worker crashes, and retry work
requests. The number of retries is configurable with the newint maxRetries
optional arg to theBazelWorkerDriver
constructor.