Cron stopped working

Hi there,

I’ve got a cron rule like this

rule “Cron”
when
Time cron “* * * * * ?”
then
logInfo(“Cron”, “Every Second…”)
end

And the log output is just this:

2016-12-05 16:27:15.005 [INFO ] [.eclipse.smarthome.model.script.Cron] - Every Second…
2016-12-05 16:27:16.001 [INFO ] [.eclipse.smarthome.model.script.Cron] - Every Second…
2016-12-05 16:27:17.001 [INFO ] [.eclipse.smarthome.model.script.Cron] - Every Second…
2016-12-05 16:27:18.001 [INFO ] [.eclipse.smarthome.model.script.Cron] - Every Second…
2016-12-05 16:27:19.003 [INFO ] [.eclipse.smarthome.model.script.Cron] - Every Second…

No more outputs are following (non interessting output).

This is just a small reproducable test. My original rules have more time between interruptions.

Does somebody know what the problem is?

Sounds like a bug. You should post an issue.

I found a workaround. I increased the threadCount for quartz. But nonetheless it sounds like a bug.

Is this bug fixed already?

I´m still on OH1 and some of my cron rules stop working after some time.

I read out my power meter every 30 seconds and some items are calculated every 1 minute. After some time, maybe 1-2 hours the rules stop working. No more updates in the live-log. Charts show a flat line since this time. No error messages, no log entrys…

Maybe this is the same bug?