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

fix: Implement retry on tracking foreign keys and resolve hasura env issue #919

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

darunrs
Copy link
Collaborator

@darunrs darunrs commented Jul 24, 2024

This PR adds exponential retry for the tracking of foreign keys. For now I'm keeping the implementation of expo retry in provisioner light for two reasons:

  1. I want to confirm that expo retry actually solves the issue.
  2. I plan to refactor the provisioning process entirely.

I also noticed a bug where the env variables were being set to empty in all cases instead of only if null. I fix this bug as well.

@darunrs darunrs requested a review from a team as a code owner July 24, 2024 17:22
@darunrs darunrs linked an issue Jul 24, 2024 that may be closed by this pull request
@darunrs darunrs merged commit b8c7f3f into main Jul 24, 2024
3 checks passed
@darunrs darunrs deleted the retry-provisioning-steps branch July 24, 2024 17:48
@darunrs darunrs mentioned this pull request Jul 24, 2024
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.

Hasura foreign key tracking intermittently fails
1 participant