jamesmh / coravel

Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
https://docs.coravel.net/Installation/
MIT License
3.63k stars 243 forks source link

Cron Expressions that support Seconds #372

Open prostuff16 opened 2 months ago

prostuff16 commented 2 months ago

We had been using Quartz within our project but found Coravel and am liking it very much. I has been easier to implement.

There are a couple of things I would like to see:

  1. One was already put forward as a "RunAt" that a DateTime could be passed to. I would love to see that as it would be a nice little extension to have and use.
  2. An "expansion" to the Cron Scheduling so that we can have cron expressions with the ability to specify seconds, minutes, etc.