-
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In reserve method, if the payload is null, throws an error in PHP 8.1 #468
In reserve method, if the payload is null, throws an error in PHP 8.1 #468
Conversation
What's the case when it becomes |
I checked the work on the config: Processed over 40,000 jobs in different configurations. The problem could not be reproduced. Is there a proxy between redis and the application and what are the timeouts? |
Can we get a changelog line here? |
I made a PR #495 |
@bizley hmm... you merged the PR with the changelog entries, but not the PR itself |
Cheers 😅 |
If the payload in reserve is null (for example, it can be possible when there is concurrency), the next method (explode) throws a deprecated error in PHP 8.1