Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Scheduled Jobs and Daylight Saving time

Vote:
 

I have read this article: https://support.episerver.com/hc/en-us/articles/115004106143-Scheduled-Jobs-and-Time-Changes

But I do not agree that this is good pratice by Episerver. 

For customers how use scheduled jobs for buisness critical features, it is not a desired behavior. My customer is dependent on tree jobs to be run at: 10:00, 12:00 and 00:00. My epi database is an CMS 10.10.4. So execution time for theese jobs are stored in UTC time. 

After the switch to daylight saving time at 25.03.2018, all jobs had their local time shifted one hour.

And since the solution is hosted on serveres in norway (witch has daylight saving time) the servers have there time changed too. 

This will lead to my jobs being run at 11:00, 13:00 and 01:00. How can we prevent this?

#190292
Apr 08, 2018 21:50
Vote:
 

welcome to the most messed-up topic in our industry ;)

#190294
Edited, Apr 09, 2018 5:46
Vote:
 

You could do a check vs. your wanted times and programmatically updated the jobs to have the correct run times.

This could be it's own scheduled job running at some safe hour for your other times.

http://marisks.net/2015/05/04/episerver-working-with-scheduled-jobs-programmatically/

Or even easier when you already have gone the path to have times in code or some other setting that's stored non UTC; run the job every hour and check if it's time to do a run.

#190323
Apr 09, 2018 14:07
Vote:
 

I thing this is something Episerver should make a add-on to or just fix in the core product. 

#190589
Apr 12, 2018 12:48
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.