This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier df3ab767dd bug #36810 [Messenger] Do not stack retry stamp (jderusse)
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Messenger] Do not stack retry stamp

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | /
| License       | MIT
| Doc PR        | /

With the "RecoverableException" or a very high number of retry, the message is currently stacking a lot of stamp, which increase the size of the message sent to queue and (in my case) reach the "maximum size allowed" after 60 retries + php serializer

This PR removes previous stamps before adding the new Delay+RetryStamps.

Commits
-------

ad6f8532c6 [Messenger] Do not stack retry stamp
2020-08-17 08:02:22 +02:00
..
Asset Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
BrowserKit bug #36839 [BrowserKit] Raw body with custom Content-Type header (azhurb) 2020-05-22 19:28:00 +02:00
Cache Fix redis connect with empty password 2020-08-10 15:30:06 +02:00
Config Merge branch '3.4' into 4.4 2020-08-10 09:27:51 +02:00
Console Revert changes to Table->fillCells() 2020-08-11 19:02:45 +02:00
CssSelector Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
Debug Fix typo 2020-08-10 09:47:39 +02:00
DependencyInjection Merge branch '3.4' into 4.4 2020-08-10 09:27:51 +02:00
DomCrawler Fix for issue #37681 2020-08-12 08:20:35 +02:00
Dotenv Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
ErrorHandler [ErrorHandler][DebugClassLoader] Add mixed and static return types support 2020-08-11 14:16:16 +02:00
EventDispatcher Merge branch '3.4' into 4.4 2020-08-13 16:18:44 +02:00
ExpressionLanguage Fix PHPUnit 8.5 deprecations. 2020-07-23 11:37:51 +02:00
Filesystem Merge branch '3.4' into 4.4 2020-08-10 09:27:51 +02:00
Finder [Finder] Fix GitIgnore parser when dealing with (sub)directories and take order of lines into account 2020-07-31 08:51:32 +02:00
Form Merge branch '3.4' into 4.4 2020-08-13 16:18:44 +02:00
HttpClient [HttpClient] Fix promise behavior in HttplugClient 2020-07-04 11:37:14 +02:00
HttpFoundation stop using the deprecated at() PHPUnit matcher 2020-08-12 16:55:37 +02:00
HttpKernel [VarDumper] Backport handler lock when using VAR_DUMPER_FORMAT 2020-08-14 17:54:02 +02:00
Inflector Use ">=" for the "php" requirement 2020-05-20 10:37:50 +02:00
Intl Merge branch '3.4' into 4.4 2020-08-13 16:36:30 +02:00
Ldap Merge branch '3.4' into 4.4 2020-07-23 10:31:43 +02:00
Lock Fix RedisStore constructor signature 2020-07-27 11:39:16 +10:00
Mailer Fix typo 2020-07-31 08:55:54 +02:00
Messenger bug #36810 [Messenger] Do not stack retry stamp (jderusse) 2020-08-17 08:02:22 +02:00
Mime Fix EmailHeaderSame to make use of decoded value 2020-07-22 14:10:07 +02:00
OptionsResolver [OptionsResolver] Fix force prepend normalizer 2020-07-10 11:12:14 +02:00
Process Merge branch '3.4' into 4.4 2020-07-23 10:31:43 +02:00
PropertyAccess Merge branch '3.4' into 4.4 2020-08-13 16:18:44 +02:00
PropertyInfo Merge branch '3.4' into 4.4 2020-06-18 22:41:34 +02:00
Routing Merge branch '3.4' into 4.4 2020-08-10 09:27:51 +02:00
Security Merge branch '3.4' into 4.4 2020-08-13 16:18:44 +02:00
Serializer Merge branch '3.4' into 4.4 2020-08-16 10:27:11 +02:00
Stopwatch Use ">=" for the "php" requirement 2020-05-20 10:37:50 +02:00
Templating Merge branch '3.4' into 4.4 2020-07-23 10:31:43 +02:00
Translation Fix deprecated libxml_disable_entity_loader 2020-08-10 09:31:28 +02:00
Validator Merge branch '3.4' into 4.4 2020-08-13 16:18:44 +02:00
VarDumper [VarDumper] Backport handler lock when using VAR_DUMPER_FORMAT 2020-08-14 17:54:02 +02:00
VarExporter Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
WebLink [DotEnv][WebLink][Templating][ErrorHandler] Updated README with minimal example 2020-05-26 11:42:42 +02:00
Workflow Use ">=" for the "php" requirement 2020-05-20 10:37:50 +02:00
Yaml Merge branch '3.4' into 4.4 2020-08-13 08:22:32 +02:00