Loading
Commits on Source 10
-
Martin Blanchard authored
#23
-
Martin Blanchard authored
#23
-
Martin Blanchard authored
#23
-
Martin Blanchard authored
#23
-
Martin Blanchard authored
This patch allows filtering the log records that get printed to stdout and stderr based on their domain name using the BGD_MESSAGE_DEBUG environment variable. A colon separated list of domains is expected: BGD_MESSAGE_DEBUG="buildgrid.server.cas:buildgrid.client.cas" #23
-
Martin Blanchard authored
#23
-
Raoul Hidalgo Charman authored
This uses the Queue rather than dequeue, allowing request_job_leases to block until a specified timeout. This is part of #118 and #126
-
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
-
Raoul Hidalgo Charman authored
This stops the issue of grpc calls timeouts defaulting to the max int64 value. MAX_JOB_BLOCK_TIME is in the settings file.