Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-04 | 1.1 kB | |
v5.0.0 source code.tar.gz | 2023-09-04 | 476.1 kB | |
v5.0.0 source code.zip | 2023-09-04 | 509.1 kB | |
Totals: 3 Items | 986.2 kB | 0 |
Previous upgrade guides
Version 4.0 added the ability to retry jobs. For this two new columns job_uuid
and retried
are introduced.
Upgrading to 5.0 from 4.0
Changes
- Add monitoring queued jobs [#131] by @AsemAlalami
- Add SQLite support
- Add PostgreSQL support
Database
Version 5.0 adds the ability to also monitor queued jobs which requires a new column queued_at
php artisan vendor:publish --provider="romanzipp\QueueMonitor\Providers\QueueMonitorProvider" --tag=migrations
php artisan migrate
Config
A new config option monitor_queued_jobs
is introduced. Dispatched jobs will be automatically monitored. If you wish to disable this feature, make sure to change this config value.