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

bugfix/create-firestore-indexes-one-after-another #194

Merged
merged 3 commits into from Jun 15, 2022

Conversation

evamaxfield
Copy link
Member

Link to Relevant Issue

This pull request resolves pulumi/pulumi-google-native#528

Description of Changes

Include a description of the proposed changes.

Indexes are now going to be created one after another, not in parallel. This takes much longer but works.

@evamaxfield evamaxfield added the bug Something isn't working label Jun 15, 2022
@evamaxfield evamaxfield self-assigned this Jun 15, 2022
@codecov
Copy link

codecov bot commented Jun 15, 2022

Codecov Report

Merging #194 (c2a2abb) into main (42c697f) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
+ Coverage   93.36%   93.38%   +0.01%     
==========================================
  Files          51       51              
  Lines        2669     2674       +5     
==========================================
+ Hits         2492     2497       +5     
  Misses        177      177              
Impacted Files Coverage Δ
cdp_backend/infrastructure/cdp_stack.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 42c697f...c2a2abb. Read the comment docs.

@evamaxfield evamaxfield merged commit 9a2e02d into main Jun 15, 2022
@evamaxfield evamaxfield deleted the bugfix/stack-no-parallel-index-create branch June 15, 2022 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firestore index intermittent failure creating resources - 404 Job ID not found
1 participant