HTTP Request Sent Before Remote Settings Applied #3601
Unanswered
Mayeut-klarys
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
We've identified a potential bug where the library sometimes seems to sends the final HTTP request before applying the remote_settings. This causes the request to be sent with incorrect configuration.
Expected Behavior
The library should only send the HTTP request after fully applying all remote_settings configurations.
Current Behavior
The request is sometimes sent before remote_settings are fully applied, causing incorrect requests to be sent to the server.
Workaround
We've found a temporary workaround by adding a retry mechanism in the Transport layer. Interestingly, the library seems to retain the remote_settings for the second attempt, which results in a correctly configured request on retry.
Environment
Impact
This issue affects reliability of API calls and can result in failed requests.
Script we use to reproduce our implementation
Successful log example
Failing log example (same request)
Beta Was this translation helpful? Give feedback.
All reactions