question

01195804 avatar image
0 Votes"
01195804 asked Bruce-SqlWork edited

StdSchedulerFactory- Run every specific days

Hi,
I want to set StdSchedulerFactory to run every Monday and Friday for example ?
How is can be done ?
Thanks.

dotnet-runtime
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered Bruce-SqlWork edited

Use the cron trigger

https://www.quartz-scheduler.net/documentation/quartz-3.x/tutorial/crontriggers.html#example-cron-expressions

though if this relates to your service question, on linux and MacOs, you typically use cron to run scheduled jobs rather than a daemon with its own scheduler.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.