[Messenger] Symfony\Component\Messenger\EventListener\StopWorkerOnTimeLimitListener::__construct(): Argument #1 ($timeLimitInSeconds) must be of type int, string given · Issue #48082 · symfony/symfony · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Messenger] Symfony\Component\Messenger\EventListener\StopWorkerOnTimeLimitListener::__construct(): Argument #1 ($timeLimitInSeconds) must be of type int, string given
#48082
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.
Symfony version(s) affected
5.4.14
Description
Time limit being a non-int creates a problem for
messenger:consume
How to reproduce
Notice the typo.
Possible Solution
Check the type or cast?
Additional Context
No response
The text was updated successfully, but these errors were encountered: