Project

General

Profile

Bug #9820

Updated by Peter Amstutz about 8 years ago

Arvados-cwl-runner currently uses the events interface to get notifications when jobs finish.    However, because the websockets server is unreliable, it uses log table polling, but log table polling is also unreliable, and also puts unnecessary strain on the API server. 

 arvados-cwl-runner should be modified to poll only job or container records that it is actively interested in. 

Back