Commits on Source 2
-
Raoul Hidalgo Charman authored
Use grpc time outs and ability to wait on jobs to have the server hang pending on a job coming through. This reduces the need for constant update requests while still responding to new jobs quickly. This is part of #118 and #126
-
Raoul Hidalgo Charman authored
Bot will periodically attempt to reconnect if a controller goes down. If a job is running it will similar to the server side, wait on the job completing else respond periodically. This logic may need changing if/when bots can have multiple leases. This is part of #118 and #126