I’m currently developing a Camunda external task client using the Spring Boot external task client. Despite configuring the lock duration, I’ve noticed that the client is still polling every one minute.
I set my lockDuration using camunda.bpm.client.lockDuration: 5000
My external-client spring boot starter is 7.18
It’s worth nothing tho. that the first four polling is done every 20 seconds and then it keep increasing until a 1 minute is reached, then it fetch and lock every minute, and this behavior repeats itself whenever there’s a task… is there a way to turn off this dormant time since it’s costing me a lot of time