I don’t see the type of the worker matching with your screenshot… so that is not definitely the same Service Task. “publishSystemService” is not “Resource_DataBase_RNC…”
How many process instances do you have?
The worker will fetch the pending jobs every X amount of time that can be changed via configuration.
@i.m.superman you can print in your worker all the information to make sure that your worker is picking up the correct jobs and for the correct instance… you have all the metadata in the Job to check that…
No, that means the worker polls every 30 minutes. So, any long poll that lasts 30 minutes will be ended and a new one started. The long poll timer is reset also whenever jobs are streamed to the worker in response to an activateJobs command, and a new long poll is started.