Timer Hungs after server reboot

I’ve made a simple process with timer delay. It repeats print job every 5 sec and works fine.
After rebooting process instance is still present at Timer node, but timer is no longer working.
What’s wrong with my Timer:

Another question: is it possible to start process automaticaly when server start by using bpmn notation only?
Timer_v01.bpmn (3.7 KB)

Timers that are less than 1min in length are not handled well.

Set your timer to 1min or greater. If you search the forum, you will find similar threads on this topic.

Thank you, StephenOTT, for your help. But problem in my case is not in 5 sec delay, as I understand. Timer begin to work stable with this decision:

  • Change property “jobExecutorDeploymentAware” to false in config file bpm-platform.xml
    <property name="jobExecutorDeploymentAware">false</property>

I too had this same problem, its a blocker for us as we need durations less than 1 minute. I created a ticket for this https://jira.camunda.com/browse/CAM-11696