Releases: laravel/horizon
Releases · laravel/horizon
v5.5.0
Added
- Ability to see which masters are paused and only show paused if everything is paused (#929, f9b5aea)
Changed
- Accept array format for exponential backoff (#926)
v5.4.0
Added
- Add commands to pause and continue supervisors (#914)
- Support PHP 8 (#917)
Changed
- Improve wording of error message (#918)
Fixed
- Fix balance false display on dashboard (88c84ac)
v5.3.0
Added
- Add maintenance notice on dashboard (#911)
Fixed
- Fix delayed until on pending jobs screen (#907)
- Add missing force option to
horizon:clear
(#909)
- Fix misleading memory limit config (#908)
- Fix completed jobs count (#910)
v5.2.1
Changed
- Add secs to y-axis ticks' for clarity (#903)
v5.2.0
Added
- Add
horizon:forget
command to delete a failed job (#896)
Fixed
- Fix check deleting failed job is actually failed (#894)
v5.1.0
Added
- Add ability to see if a failed job is retried and/or a retry (573e6a8)
- Add Horizon command to clear queue (#892, 05e3a1c)
Fixed
- Rename variable to match route (4822955)
v5.0.0
Added
- Add support for setting workers name (#840)
- Support batches (#844)
- Support worker max-time and max-jobs (#860)
- Implement default environment (#869)
- Make autoscaling rate configurable (#874, 9af71de)
Changed
- Switch from Chronos to Carbon (#826)
- Rename
timeoutAt
to retryUntil
& delay
to backoff
(6d00eb9)
- Bump minimum PHP version to PHP 7.3 (ca9ddda)
- Merge tags from payload (#843)
Fixed
- Check if parent is still running (#881)
v4.3.5
Fixed
- Add try/catch for failed-jobs (#880)
v4.3.4
Changed
- Unhide horizon command (#878)
Fixed
- Try catch serialization error (57903ed)
v4.3.3
Fixed
- Trigger MasterSupervisorDeployed event (#839)