Dynamic cron job creation with springboot scheduler

758 Views Asked by At

I have a spring boot application. I want to run some ETL operations. I have a UI which defines and schedules a job. The job information is saved in db. I need to define a cron job for each of the jobs defined in db. I can have 100's of jobs that need to run. How can I programmatically add the cron jobs?

1

There are 1 best solutions below

0
On BEST ANSWER

You can use Quartz. You can search with this keyword

Quartz

Spring Quartz

More

Spring Boot Quartz