Skip to content

Conversation

@deguif
Copy link
Contributor

@deguif deguif commented Oct 7, 2025

Q A
Branch? 7.4
Bug fix? no
New feature? yes
Deprecations? no
Issues Fix #...
License MIT

This follows #60754 by allowing to configure a retry delay other than the queue visibility timeout when using the retry mechanism from AWS.
The new configuration parameter only works when delete_on_rejection is set to false

Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a changelog entry?

@deguif
Copy link
Contributor Author

deguif commented Oct 7, 2025

Changelog was added. And in the meantime, as discussed I only used the retry_delay option to configure the delay before the message will be available again on the SQS queue. This defaults to 0 seconds but can be configured in the DSN. Not a BC break as the retry/DLQ feature targets 7.4 branch.

@deguif deguif force-pushed the amazon-sqs-retry-delay branch from 15e06fa to ac9b312 Compare October 7, 2025 18:38
@nicolas-grekas
Copy link
Member

/cc @maxbaldanza FYI

@nicolas-grekas
Copy link
Member

Thank you @deguif.

@nicolas-grekas nicolas-grekas merged commit b59c335 into symfony:7.4 Oct 16, 2025
9 of 12 checks passed
This was referenced Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants