You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a calendar system using Quartz Scheduler with Java, Hibernate, and Oracle as the JobStore. For recurring events (like weekly meetings), users can apply a single reminder across all sub-events.
Currently, I'm inserting each reminder job individually, which becomes slow with long recurrence chains. I'm looking for a faster, more scalable approach—ideally with atomicity and a user-friendly experience.
Any suggestions for optimizing this pattern or handling recurrence more efficiently within Quartz?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi all 👋
I'm building a calendar system using Quartz Scheduler with Java, Hibernate, and Oracle as the JobStore. For recurring events (like weekly meetings), users can apply a single reminder across all sub-events.
Currently, I'm inserting each reminder job individually, which becomes slow with long recurrence chains. I'm looking for a faster, more scalable approach—ideally with atomicity and a user-friendly experience.
Any suggestions for optimizing this pattern or handling recurrence more efficiently within Quartz?
Thanks!
All reactions