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
249 stars 203 forks source link

Fix for #155 DailyTimeIntervalTriggerProperties converter lost days o… #189

Closed lawli01 closed 4 years ago

lawli01 commented 4 years ago

This still seems to be an issue currently where DaysOfWeek is not set when saving down the trigger to mongo - this results in the days of week being defaulted to every day when the scheduler tries to read the trigger back out from mongo.

michaelklishin commented 4 years ago

Thank you!