© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
5 replies
ceotrammell

❔ cron task, 1 task is delaying

RecurringJob.AddOrUpdate<ReportService>(x => x.SendTimeSpecificLocationSummary(), "0 0 7,11,15,20 ? * MON,TUE,WED,THU,FRI");

The above code is the task, today it ran at 7(6am CST), 11(10am CST) but when it got to 15, instead of running at 2pm CST, it ran at 3pm CST.

Unsure why since the previous tasks work.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

blazor webpage not displaying new information or delaying with Task.Delay()
C#CC# / help
2y ago
Why does Task 1 prints first instead of Task 3 - Async & Await
C#CC# / help
2y ago
✅ is there any way to cast Task into Task<object>?
C#CC# / help
3y ago
❔ Task tracking
C#CC# / help
3y ago