Currently using jmix.quartz version 1.5.4, the issue I’m having is that after I setup the quartz for scheduler and run it, the quartz job showing that the created quartz I had created has changed the job state to “Paused”, I have done log to check if it was problem from my class function that caused it to paused due to error but no error logs was captured and the job state would keep changing to “Paused” each time I resumed it.
This how I set it up and I set the cron to occur every 2 minutes as I want to test it
Hope you guys can able to guide and help me on this
Thank you