Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run every Month on specific date issue #307

Open
magnuskrona opened this issue Sep 19, 2021 · 1 comment
Open

Run every Month on specific date issue #307

magnuskrona opened this issue Sep 19, 2021 · 1 comment

Comments

@magnuskrona
Copy link

magnuskrona commented 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?

@magnuskrona magnuskrona changed the title Month not working? Run every Month on specific date issue? Sep 19, 2021
@magnuskrona magnuskrona changed the title Run every Month on specific date issue? Run every Month on specific date issue Sep 19, 2021
@rtrice1
Copy link

rtrice1 commented Feb 13, 2023

Did you ever figure this out? Having the same issue more or less.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants