Schedule job dynamically using record in Database in Springboot

221 views Asked by At

Need to send notifications to users using scheduler based on record in database,

We have Admins who can create Notification configuration from application. Based on that I need to run scheduler and send notifications to respective users who are falling in that notification criteria.

Specifications:

Springboot 2.7.15 Postgres 14

0

There are 0 answers