v3.0
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 toAbstractJob
- The
$executed
paramter of itsrun()
method has been renamed to$executedAt
- The
JobsFacade
class and theJobsServiceProvider
class have been moved to theIntegration
namespace - The
CacheWrapper
class and theCacheInterface
interface have been moved to theCache
namespace - The
CacheWrapper
class has been renamed toLaravelCache
- Two new methods in the
Jobs
class:remainingCoolDown()
andlastRunAt()
. They return useful information about the duration of the current cool down and when the Jobs manager has been trying to run jobs.