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

Worker Service with Scheduler doesn't execute IInvocable using EveryMinute().WeekDay() on a Friday. #381

Open
zemuss opened this issue Mar 23, 2024 · 1 comment
Assignees

Comments

@zemuss
Copy link

zemuss commented Mar 23, 2024

Worker Service with Scheduler doesn't execute IInvocable using EveryMinute().WeekDay() on a Friday.

Coravel Version 5.0.2
Sample program:

host.Services.UseScheduler(scheduler =>
{
scheduler.Schedule()
.EveryMinute();
.Weekday();
});

If I take out the .WeekDay() method it will execute every..

@jamesmh jamesmh self-assigned this Jul 17, 2024
@jamesmh
Copy link
Owner

jamesmh commented Jul 17, 2024

Can't reproduce this. Could you share the actual code from your program to help diagnose?

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