Skip to content

Conversation

hellomedia
Copy link
Contributor

@hellomedia hellomedia commented Oct 3, 2025

See issue #21434

This PR moves the http_client.retry_failed configuration inside that section, to align the doc with this:

$ bin/console debug:config framework

    http_client:
        default_options:
            retry_failed:
                enabled: false
                retry_strategy: null
                http_codes: {  }
                max_retries: 3
                delay: 1000
                multiplier: 2
                max_delay: 0
                jitter: 0.1

Eg:

framework.http_client.max_retries

becomes:

framework.http_client.retry_failed.max_retries

I am not sure if this is the proper way to go, as I did not see other sections in the document with this level of nesting, and I am not sure if the side menu handles it.

See issue symfony#21434

Before:

framework.http_client.max_retries

After:

framework.http_client.retry_failed.max_retries

I am not sure if this is the proper way, as I did not see other sections in the framework config with this level of nesting.
@carsonbot carsonbot added this to the 6.4 milestone Oct 3, 2025
@carsonbot carsonbot changed the title Move http_client.retry_failed config inside retry_failed section Move http_client.retry_failed config inside retry_failed section Oct 3, 2025
@hellomedia hellomedia changed the title Move http_client.retry_failed config inside retry_failed section [Http Client] Move retry_failed config inside retry_failed section Oct 3, 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.

2 participants