Thomas Uhren created ZEPPELIN-4461:
--------------------------------------
Summary: QuartzScheduler stops working when a single invalid
expression exists
Key: ZEPPELIN-4461
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4461
Project: Zeppelin
Issue Type: Bug
Components: Core
Affects Versions: 0.8.2
Reporter: Thomas Uhren
I observed that all my scheduled notebooks didn't run anymore.
I found one notebook with an invald expression:
{code:java}
notebook/2ENACPQJH/note.json:"cron": "1d",
notebook/2ENACPQJH/note.json:"cron": "CronExpression \u00271d\u0027 is
invalid."
{code}
It looks like one single notebook with an invalid expression prevents all other
scheduled notebooks to run.
As soon as I fixed this notebook all others could run.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)