• Kamil Trzciński's avatar
    Update ONLINE_CONTACT_TIMEOUT of Runner · c1837b77
    Kamil Trzciński authored
    This increases a timeout that Runner is considered
    online. This is due to fact of two aspects that impact
    how often we update DB entry:
    - Runner being terminated by Workhorse, thus waiting
      on queue notification
    - Rate of updating DB column
    
    The timeout to consider Runner online (by DB)
    needs to be aligned with these two timeouts,
    otherwise runner can be wrongly assumed as not-online.
    c1837b77
runner.rb 11.6 KB