AsyncJobExecutor default retry wait time in case of exception

Hello everyone!

We have decided to move from Activiti v6.0 to Flowable v6.2.

Now, I’m configuring a DefaultAsyncJobExecutor in the flowable.cfg.xml and I want to set the retry wait time.
In Activiti v6.0, I used a property with name “retryWaitTimeInMillis” and it worked, but now it does not affect the behavior of the DefaultAsyncJobExecutor. What should I do?

Best regards,
Iliyan

Try this link. It has all the properties for async executor:

https://www.flowable.org/docs/userguide/index.html#_async_executor_configuration

can u help me , how to implement this ,
Do i need to override a class ?
Can I do it in application properties.