Commit 22dc6a7
committed
bug symfony#53441 [Messenger] Amazon SQS Delay has a max of 15 minutes (alamirault)
This PR was merged into the 5.4 branch.
Discussion
----------
[Messenger] Amazon SQS Delay has a max of 15 minutes
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues | Fix symfony#48279 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
Created PR as suggested in issue
Commits
-------
086831e [Messenger] Amazon SQS Delay has a max of 15 minutesFile tree
1 file changed
+2
-1
lines changed- src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
| 326 | + | |
326 | 327 | | |
327 | 328 | | |
328 | 329 | | |
| |||
0 commit comments