Commits on Source 23
-
Finn authored
Returns the hash type.
-
Finn authored
-
Finn authored
Hash type, batch size and symlink strategy.
-
Finn authored
-
Finn authored
-
Finn authored
-
Finn authored
-
Finn authored
-
Finn authored
-
Finn authored
-
Raoul Hidalgo Charman authored
Newer versions of pylint complain.
-
Martin Blanchard authored
#132
-
Martin Blanchard authored
#132
-
Martin Blanchard authored
#132
-
Martin Blanchard authored
#132
-
Martin Blanchard authored
#132
-
Martin Blanchard authored
#132
-
Martin Blanchard authored
#132
-
Martin Blanchard authored
#132
-
Martin Blanchard authored
#132
-
Raoul Hidalgo Charman authored
This uses the Queue rather than dequeue, allowing request_job_leases to block until a specified timeout.
-
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.
-
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.