Hi,
I noticed that a process, that has a timer start event (time cycle, cron: */15 * * * * ?) and starts automatically after deploy won't be executed anymore if an exception was thrown within that process.
Only anew deployment will start that cycle again. Does anyone knows that problem?
Furthermore it seems that the process will be executed several times at one cycle. The JOB table only contains one element but the process itself will be executed more than one time. I don't have enough knowledge about the job executor etc. but does anyone have a hint where to look or debug to find out more?
Ben