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.91k stars 257 forks source link

Added monthly interval #308

Closed CodySchrank closed 2 years ago

CodySchrank commented 2 years ago

This closes #299, by adding a callable monthly keyword.

Default run is the 00:00 time of the first day of each month.

Example: 2018-1-1 00:00:00 am 2018-2-1 00:00:00 am ...

Technically, #299 is asking for the last day of each month, but I think the more general monthly case is sufficient to close.

jamesmh commented 2 years ago

Thanks Cody! I'll add some docs and publish another version soon 👍