How to schedule jdbc to run on every sunday?

i want to update my elastic data source on weekly basis.And i want it to do on every sunday rather than updating in every 7 days.Is there any way to do this?

Have you tried using the standard crontab notation, described in http://stackoverflow.com/questions/16717930/how-to-run-crontab-job-every-week-on-sunday?

yes! It is same as cron scheduling only. That helped.Thanks :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.