02-11-2025 10:07 AM - edited 02-11-2025 10:12 AM
I'm trying to schedule the job; I created the job and ran it manually it is successful but when I'm trying to schedule the job for every 14 days the date the scheduler takes it into a different date and I'm not able to understand why this is happening.
for example - This job for instance was created on the 6th and I scheduled it to run every 14 days, which would make the next run on the 20th. However, databricks says it will run it on the 15th
Can anyone help me here?
Thanks.
02-11-2025 10:56 AM
@Srujanm01 Can you try the cron expression "0 0 0 1/14 * ? *"
It does
Refer to the below screens.
Let me know for anything, else mark it as a Solution.
02-11-2025 10:56 AM
@Srujanm01 Can you try the cron expression "0 0 0 1/14 * ? *"
It does
Refer to the below screens.
Let me know for anything, else mark it as a Solution.
02-11-2025 11:24 AM
What if we want to run this job at 1 PM on the 14th day?
02-11-2025 12:01 PM
can you try "0 0 13 1/14 * ? *"
02-11-2025 01:26 PM
How can I know when the next scheduled run will be?
The cron syntax above has just mentioned the schedule as 1 PM every 14 days and it is not showing the next run date, how to know the next run date?
02-12-2025 08:11 AM
@MadhuB
Any answer to this question - How can I know when the next scheduled run will be?
The cron syntax above has just mentioned the schedule as 1 PM every 14 days and it is not showing the next run date, how to know the next run date
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now