Skip to content

Commit a688484

Browse files
committed
The forever method passed $seconds as 0, Spiral\RoadRunner\KeyValue summed timestamp + 0, and forever was not forever
Fixed the `$ttl` in the `increment` method
1 parent 805678f commit a688484

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
@@ -18,6 +18,8 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
1818
- Tasks were stuck in case of an error, the "release" method did not return them to the queue.
1919
- The "calculateBackoff" method incorrectly took the index "$job->attempts()"
2020
- The "withHeader" method of the "\Spiral\RoadRunner\Jobs\Task\WritableHeadersInterface" interface expects the type "string|iterable", "int" is passed
21+
- Fixed the `$ttl` in the `increment` method
22+
- The `forever` method passed `$seconds` as 0, `Spiral\RoadRunner\KeyValue` summed `timestamp + 0`, and `forever` was not `forever`
2123

2224
[#147]:https://github.com/roadrunner-php/laravel-bridge/issues/147
2325

0 commit comments

Comments
 (0)