You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The job did run as expected on the 15th of september at 10am. But, then it also did run again at the 18th of september at 9.21 pm. I cannot figure out why? I was wondering if the webserver restarted and it has something to do how I have specified the job above?
Or is it a bug?
The text was updated successfully, but these errors were encountered:
magnuskrona
changed the title
Month not working?
Run every Month on specific date issue?
Sep 19, 2021
magnuskrona
changed the title
Run every Month on specific date issue?
Run every Month on specific date issue
Sep 19, 2021
Hi
I have setup a job that I want to be run every month on the 15th at 10 am. The job is created as:
Schedule<MyJob>().NonReentrant().ToRunEvery(0).Months().On(15).At(10, 00);
The job did run as expected on the 15th of september at 10am. But, then it also did run again at the 18th of september at 9.21 pm. I cannot figure out why? I was wondering if the webserver restarted and it has something to do how I have specified the job above?
Or is it a bug?
The text was updated successfully, but these errors were encountered: