Open Yarik2308 opened 1 year ago
Property spring.quartz.auto-startup=false
keeps Scheduler from underlying Quartz library in standby mode.
In this mode Scheduler can't fire triggers and execute jobs.
Jmix Quartz addon is designed to work with active Scheduler.
So if you use this property you have to call Scheduler#start() (autowire org.quartz.Scheduler) somewhere before you are able to execute jobs.
Possible further improvements:
Let's do the following:
To prevent misunderstanding: Display Scheduler's state. Disable corresponding buttons if Scheduler's state doesn't allow to perform these actions.
Same as in #1079 but jmix version
1.4.4
addspring.quartz.auto-startup=false
in properties. Jobs are pauesd on application start. If u try toresume
job u getjobResumed
notification but it stayspaused
.Execute now
button also do not runjob
.