6.0.0
版本发布时间: 2021-07-11 18:48:28
dereuromark/cakephp-queue最新发布版本:7.0.0(2023-10-30 18:41:58)
Stable Release for CakePHP 4
Main improvements
- Decoupled from old Shell/Task system as well as proxied to ConsoleIo using
Io
adapter class to avoid direct coupling - Now plugin and app tasks can coexist with the same name (
MyTask
vsMyPlugin.MyTask
) - Allow adding command also by
FQCN::class
usage viaQueuedJobsTable::createJob()
- Includes migrating command to quickly make your existing tasks compatible.
- Added "Reusable emails support" for Email task using
action
key - Added currently active job to worker processes view
- Added "flush" functionality to remove failed jobs from the queue
BC breaking changes
- job_type field of queued_jobs table has been renamed to job_task
- Tasks have been moved to new namespace (use migrating tool to migrate)
- CLI commands have been renamed, see
bin/cake
overview for details.