Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename DATA_STORE_CONN_RETRY to DATA_UPDATER_CONN_RETRY #555

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

roekatz
Copy link
Collaborator

@roekatz roekatz commented Mar 4, 2024

This configuration variable sets the retry params for the data updater that fetches data from server.
The new name is more inline with the name of the similar variable for the policy updater (that fetches policy from server) - POLICY_UPDATER_CONN_RETRY

The older name (DATA_STORE_CONN_RETRY) was confusingly matching the retry configuration of the policy store client (OPA) - which actually sets both policy & data.

Backwards compatibility is kept - there would be no breakage for whomever is already using the deprecated name DATA_STORE_CONN_RETRY.

@roekatz roekatz requested review from orishavit and orweis March 4, 2024 17:30
Copy link

netlify bot commented Mar 4, 2024

Deploy Preview for opal-docs ready!

Name Link
🔨 Latest commit b31494b
🔍 Latest deploy log https://app.netlify.com/sites/opal-docs/deploys/65f1b4941c86c30008781094
😎 Deploy Preview https://deploy-preview-555--opal-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@roekatz roekatz force-pushed the rk/rename-data-store-conn-retry branch from f2b3199 to 864d9d8 Compare March 6, 2024 13:43
@roekatz roekatz marked this pull request as ready for review March 6, 2024 13:44
@roekatz roekatz force-pushed the rk/rename-data-store-conn-retry branch from 864d9d8 to 2f6f6e7 Compare March 13, 2024 14:12
@roekatz roekatz force-pushed the rk/rename-data-store-conn-retry branch from 2f6f6e7 to b31494b Compare March 13, 2024 14:13
@roekatz roekatz merged commit 2d86d5f into master Mar 13, 2024
10 checks passed
@roekatz roekatz deleted the rk/rename-data-store-conn-retry branch March 13, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants