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
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
[Messenger] Fix time-limit check exception
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | Fix#48196 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
Check on `time-limit` was invalid.
(Unrelated fabbot failure)
Commits
-------
a13b41a [Messenger] Fix time-limit check exception
Symfony version(s) affected
4.4.49-DEV
Description
969f19b commit (or maybe other?) makes --time-limit=# to always rise an error.
4.4.47 is checked as fine.
How to reproduce
php bin/console messenger:consume async -t 3600
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: