Job Executer doesn't work after restart of Camunda-Service

Hy Guys,

on our customer-site the IT scheduled a windows task to automatically restart the camunda-service every night at 4:10 AM (NET STOP/NET START).
Concerning to this restart we ran into the following problem with the Job Executor.

Within our model we have a UserTask with a non-interrupting Timer-Event to send periodical mails to remind the user of the open task:

For test purpose we set the Timer Definition to “R24/PT1H”.

We now have the problem, that the hourly mails are sent until 4:00 AM, but after the restart, it seems that the Job Executor doesn’t pick up the job again.
Even if we start a new process the periodical mails aren’t sent at all.
Only when we deploy a new version of our model, everything works as expected, until the next day 4:00 AM.

It seems like the Job Executor crashes after restarting the camunda-service.
Do you have any hints for me?

BR,
Manuel

Hi @mpfaffenlehner,

Please have a look at below post

1 Like

Thx, I will have a look.