You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cron just describe one moment, such as 0 53 11 17 1 ? 2017, executor's SaturnWork occur exception:
1, The cron describe the past time, start executor, the SaturnWork throw exception, and the JobScheduler start failed. And, then update the cron right, the executor will not start the job again.
2, The executor has started, the cron describe the future moment. The SaturnWork will throw NullPoinitException forever, after the moment.
The text was updated successfully, but these errors were encountered:
The cron just describe one moment, such as 0 53 11 17 1 ? 2017, executor's SaturnWork occur exception:
1, The cron describe the past time, start executor, the SaturnWork throw exception, and the JobScheduler start failed. And, then update the cron right, the executor will not start the job again.
2, The executor has started, the cron describe the future moment. The SaturnWork will throw NullPoinitException forever, after the moment.
The text was updated successfully, but these errors were encountered: