Fixes unexpected jobs scaning
Begin arcbot message
This merge request is automatically copied from !119 (merged) orginally made by @aleksandr.konstantinov
End arcbot message
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.