Bug found: Quartz Cron job executes after delay of 2 hrs 30 min after specified start DateTime

Please help Jmix team and community members to answer your questions:

  • Provide your Jmix framework and Studio versions. Use Welcome screen in Studio to copy versions.
  • If possible, attach a zip-archive with a sample project or provide a link to a GitHub repository with a minimal, reproducible example. Use Gradle → Zip Project action in Jmix tool window to make an archive.
  • Format source code in your posts by wrapping it in triple backquotes (```).

Jmix Version:2.8.1

jmix plugin intelijIdea Version:2.8.1-253

Step1>Create a Jmix Project

Step2>Add Quatrz Add On

Step3>Create A Quartz Sample Job

Step4>While Creating a job Schedular in job, mention StartDate and Time

(use current DateTime as start DateTime)

Step5>Save the job

Check the next fire date for this job in Quartz Job screen

The trigger will execute 2 hours 30 minutes after the mentioned start date and time

Hello,

Just to ask - did you reschedule the job? Because cron-based jobs with timezone data you can not be rescheduled, you must create a new job with a new trigger.

Kind regards,

Mladen