What is the minimum adviceable timer value?

I have a multi instance task with Asynchronous continuations enabled having retry time cycle R100/PT1M, what can be the minimum value (e.g. PT0.5M or PT1S) camunda engine can handle seamlessly?

Hi @vermauv,

it depends on your settings. You can configure the max wait time of the job executor. However, there is no guarantee if the value is very small.

By default, the job executor polls the table every 5 seconds.

Best regards,
Philipp