Skip to content

Commit 2f3f5be

Browse files
committed
Tasks were stuck in case of an error, the "release" method did not return them to the queue.
The "calculateBackoff" method incorrectly took the index "$job->attempts()"
1 parent edb9cce commit 2f3f5be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
66

77
### Fixed
88

9+
- Tasks were stuck in case of an error, the "release" method did not return them to the queue.
10+
- The "calculateBackoff" method incorrectly took the index "$job->attempts()"
911
- The "withHeader" method of the "\Spiral\RoadRunner\Jobs\Task\WritableHeadersInterface" interface expects the type "string|iterable", "int" is passed
1012

1113
## v5.12.0

0 commit comments

Comments
 (0)