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.25k stars 1.68k forks source link

Cron Expressions Invalid #1236

Open digitalgym opened 6 years ago

digitalgym commented 6 years ago

I have tried two variations to run a job every Saturday at 9 am.

0 0 9 ? 7/1 0 0 9 ? SAT

Error: CrontabException: '0 0 9 ? 7/1 ' is an invalid crontab expression. It must contain 5 components of a schedule in the sequence of minutes, hours, days, months, and days of week.

stevendesrochers commented 5 years ago

would this work ? 0 9 * * 6

created using : https://crontab.guru/#0_9_*_*_6

radubartan commented 4 years ago

I found this to be a valuable tool for checking your Chron expressions - https://crontab.guru/