PHP Cron Scheduler v2.0 Release Notes
Release Date: 2017-04-15 // over 8 years ago-
๐ Changelog
- โฑ Scheduler configuration changes
- removed
emailFrom
- added
email
configuration from
subject
body
transport
- removed
timezone
- removed
verboseLockFile
- removed
๐ New methods
- ๐ท
then
- This lets you define a callback to run after a job execution (e.g. log with a custom logger, ping a url ... ) onlyOne
- This method has the same functionalities as the previousdoNotOverlap
โ Removed methods
- โฑ Advanced logging has been removed from the scheduler, the
then
method provides more flexibility.setLogger
setLabel
setJobDoneMessage
doNotOverlap
- The new methodonlyOne
allows more flexibilityevery
- More helpers have been added for simplicityminute
hour
day
month
โฑ Schedule times
Check the README for all the available methods
- โฑ Scheduler configuration changes