Detect/Query Stalling Jobs

Hi,

I want to detect if my process engine is stalling by using the number of overdue jobs from the e.g. last 20 minutes.

I want to achive this with a job query. I want to count only the jobs not having an exception message and/or having full retries left.

ManagementService.createJobQuery() does not provide me the proper restrictions. Do I have to write a custom query or is there any better way?

Thank you
Chris

I wrote a custom Query.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.