I used quartz api for existing cron jobs but how should I configure these cron jobs with spring cloud task. We can dynamically get the cron expression definitions for each job from the DB for schedule the job, but how I need to configure it with spring cloud task for each job.
I haven't seen a document about configuring more than one cron jobs for spring cloud task.