Skip to content

Missing RunSpecifiers in v6 #338

@fpellet

Description

@fpellet

Hello,

I haven't seen a migration guide between versions 5 and 6.
Some RunSpecifier seems to have deleted:

  • t.Every(1).Hours().At(option.Minute) => can be replaced with cron syntax
  • t.Every(1).Months().OnTheLastDay().At(option.Hour, 0) => I haven't found an alternative, except to filter in the execute.

Could we add a method to specify the behavior directly if you no longer want to include this in the lib?
compute => this._calculator.PeriodCalculations.Add((Func<DateTime, DateTime>) (last => compute(last)))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions