Actions
Bug #9820
closed[CWL] Poll jobs instead of using events interface
Start date:
08/19/2016
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
0.5
Description
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.
Actions