peppeocchi / php-cron-scheduler

PHP cron job scheduler
MIT License
808 stars 143 forks source link

[#75] Run a job every X minutes #82

Closed dhaarbrink closed 5 years ago

dhaarbrink commented 5 years ago

Be able to do $job->everyMinute(5) to execute a job every 5 minutes

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 3e99fa5c111577ed62551f9aa1181a76ebbfee0f on dhaarbrink:feature/75-run-every-x-minutes into 1b18892fdd4f9c913107fda1544ac402eb7ec6e5 on peppeocchi:master.

peppeocchi commented 5 years ago

@dhaarbrink thanks for your PR, it looks good to me, can you please also update the the README to document this feature?

dhaarbrink commented 5 years ago

I have updated the README