Skip to content

v3.0

Compare
Choose a tag to compare
@chriskonnertz chriskonnertz released this 17 Mar 14:22
· 34 commits to master since this release
086034a

ATTENTION: Version 3 changes a lot! Update with care - you most likely have to do some changes to your code!

Important changes

  • The Job class has been renamed to AbstractJob
  • The $executed paramter of its run() method has been renamed to $executedAt
  • The JobsFacade class and the JobsServiceProvider class have been moved to the Integrationnamespace
  • The CacheWrapper class and the CacheInterface interface have been moved to the Cache namespace
  • The CacheWrapper class has been renamed to LaravelCache
  • Two new methods in the Jobs class: remainingCoolDown() and lastRunAt(). They return useful information about the duration of the current cool down and when the Jobs manager has been trying to run jobs.