Skip to content

Fixes unexpected jobs scaning

nordugrid-arc-bot requested to merge cherrypick-119-for-next-major into next-major

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.

Merge request reports