Processes are getting stuck sometimes

I am facing a serious problem. Sometimes my processes are getting stuck, Job executor is not picking up the next task.

We are using Async After in each of our Service Tasks for committing data to DB.

Here is my bpmn FileRetrieval.bpmn (16.7 KB)

Please take a look and let me know if I am doing anything wrong here.

This process is a sub process of a parent process.

Here is the parent:
FileProcessing.bpmn (16.2 KB)

Below is my configuration of camunda in YAML:

Hey,

Check out https://blog.camunda.com/post/2019/10/job-executor-what-is-going-on-in-my-process-engine/. It explains how do diagnose and resolve these situations.

Cheers,
Thorben

1 Like

Thanks. I am testing based on configuration mentioned in doc. Let’s see how it goes.