michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
247 stars 199 forks source link

Inaccurate scheduling based on seconds #182

Closed jasonhuxinlei closed 4 years ago

jasonhuxinlei commented 4 years ago

Regardless of whether to use crontrigger for task triggering or simpletrigger for task triggering, when the set task scheduling interval is within 30 seconds, such as scheduling every 5 seconds, the task triggering time is sometimes accurate and sometimes inaccurate. image

michaelklishin commented 4 years ago

I cannot suggest much with the amount of information provided.