HangfireIO / Cronos

A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
MIT License
1.01k stars 118 forks source link

Is hangfire support second ? #4

Closed a764578566 closed 7 years ago

a764578566 commented 7 years ago

RecurringJob.AddOrUpdate( () => Console.WriteLine("Recurring!"), "* * * * * *", queue: "test"); image

but in HangfireIO/Cronos's README.md

                                   Allowed values    Allowed special characters   Comment

┌───────────── second (optional) 0-59 , - /
│ ┌───────────── minute 0-59
, - /
│ │ ┌───────────── hour 0-23 , - /
│ │ │ ┌───────────── day of month 1-31
, - / L W ?
│ │ │ │ ┌───────────── month 1-12 or JAN-DEC , - /
│ │ │ │ │ ┌───────────── day of week 0-6 or SUN-SAT
, - / # L ? Both 0 and 7 means SUN │ │ │ │ │ │


odinserj commented 7 years ago

Hangfire doesn't use Cronos yet, the upcoming 1.7.0 release will do, and I have an idea of how to allow second-based intervals. I'll close this issue, because this repository is not for Hangfire.

MNF commented 6 years ago

Related Hangfire issue https://github.com/HangfireIO/Hangfire/issues/167. is still opened (sinc 2014)