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

Add artificial delay #8

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Add artificial delay #8

merged 2 commits into from
Nov 18, 2024

Conversation

mshepet
Copy link

@mshepet mshepet commented Nov 18, 2024

This a repeat of #7. There were a few changes and I rebased and squashed the commits into a single commit that can be cherry-picked in future upgrades.

This adds an artificial delay to the VSO. Some services (such as AWS IAM) are eventually consistent and require some time between generating the secret, and using the secret.

Without this delay our services can't access AWS for a short while immediately after the secret rotation happens.

change salesloft build workflow to use github runners

point to docker hub

This adds an artificial delay to the VSO. Some services (such as AWS IAM)
are eventually consistent and require some time between generating
the secret, and using the secret.

Without this delay our services can't access AWS for a short while
immediately after the secret rotation happens.

change salesloft build workflow to use github runners

point to docker hub
@mshepet mshepet merged commit 8821b36 into salesloft/v0.9.0 Nov 18, 2024
21 of 43 checks passed
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