Skip to content

Commits on Source 2

  • Raoul Hidalgo Charman's avatar
    Smarter bot calls · d762e174
    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
    d762e174
  • Raoul Hidalgo Charman's avatar
    bot: add reconnects and waiting on job status · 4379112b
    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
    4379112b
Loading