Can we create a single cron schedule to run for a different date and different times #1259
-
Hi Everyone, I am using Databricks workflows to schedule a job and it used quartz cron schedule. My requirement is to run a single workflow or job that should run on monday 2 AM and tuesday 4:30 AM,Is there any feasibility to achieve this. I tried testing this my using the cron schedule but it is running monday @ 2:00 and 4:30 am and also on tuesday @ 2:00 and 4:30 am, Please advise. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi. There is no way to do this with a single trigger (chron schedule). The intended way to do this is to associate multiple triggers with the same job (in your case one trigger for monday and another trigger for tuesday). |
Beta Was this translation helpful? Give feedback.
Hi. There is no way to do this with a single trigger (chron schedule). The intended way to do this is to associate multiple triggers with the same job (in your case one trigger for monday and another trigger for tuesday).