Camunda spring boot application is taking around 30 minutes to start up

Currently we have deployed Camunda with Spring app with 3 node deployment. Job executor is taking more time to startup. because of this actuator health is down. Can some one help to Understand the issue.
Job Executor config:

camunda:
bpm:
enabled: true
job-execution:
enabled: false
deployment-aware: true

@shashi Is your setup is homogeneous or heterogeneous cluster?

@aravindhrs We have homogenous cluster with deployment aware true

Does your processes has async service tasks?

Yes @aravindhrs We have lot of asynchronous service task in our process