Skip to content

Question I have about scheduling. #325

@Rpgdudester

Description

@Rpgdudester

Hello and good morning!

I love fluentScheduler and how everything works well for what I'm using it for with scheduling certain tasks to run in c# so thanks for that!

I have 2 questions.

  1. Is this code still active and is it actively being developed?
  2. Is there a way, to schedule a method to run every weekday at say 9 AM and run every hour in that day between 9 AM and 8 PM?

This is my current code setup so far which works but I need to take it a step further and not sure how:

JobManager.AddJob(() => LabResultsEcomUpdater(1), (s) => s.ToRunOnceAt(09,00).AndEvery(1).Hours().Between(09, 00, 20, 00));

would this stop the code running after 8PM or would it start up again the next day, and how would i modify it to run every week day at 9 AM and every hour between 09 and 20 and making sure it starts up again the next day?

Thanks for the awesome code base! :)

-Joshua

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions