Skip to content

Fixes unexpected jobs scaning

Fixes unexpected jobs scaning

There was some code which was using instance of JobsList class for scanning for existing jobs. Because after configuration processing changes JobsList is now also reponsible for managing threads responisble for asynchronous handling of jobs states there was unexpected jobs processing taking place.

Merge request reports