shapecode / cron-bundle

This bundle provides a simple interface for registering repeated scheduled tasks within your application.
https://shapecode.github.io/cron-bundle/
MIT License
56 stars 25 forks source link

Adding: documentation on disabling and enabling individual CronJobs #33

Closed declanv closed 4 years ago

declanv commented 4 years ago

Hi @nicklog,

My team is using your bundle in our project, and we think it's great.

A teammate recently needed to temporarily disable a CrobJob, and I found the syntax for doing so in your code. I thought it might be helpful for others to have the syntax for enabling and disabling CronJobs from the command line in the readme.

I hope this is helpful!

Declan

nicklog commented 4 years ago

Hey @declanv

thanks for your contribution. I'll merge your PR right now. If you have anything else to cotribute, please do it :)