Dynamic Cron scheduled batch job

28 Views Asked by At

We have a requirement in spring boot microservice where in we need to deploy multiple different batch mails scheduled based on cron entered in database which can be modified using front end.

We tried to do this using scheduled by getting cron from database but could not get this done dynamically.

0

There are 0 best solutions below