HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.41k stars 1.71k forks source link

Hangfire stop recurring jop in Friday, Saturday #2169

Closed alsaidisoft closed 5 months ago

alsaidisoft commented 1 year ago

I am facing issue related to recurring jop, it didn't start in Friday and Saturday as the graph 📈 show despite I used Corn.daily(2,0), anyone face this problem?

cihatsolak commented 1 year ago

Hi, If your recurring job doesn't start on Friday and Saturday even though you use Cron.Daily(2, 0) the problem may be related to the time zone settings in your application or server. Did you check? Because hangfire uses the server's local time to schedule recurring jobs. Therefore, it is useful to make sure that the server's time zone is set correctly. The time zone may be set incorrectly. Or it may not be a time zone you predicted.

alsaidisoft commented 5 months ago

Thanks for your feedback, done 👍🏼✅