Skip to content

No More Parallel Index Creation

Compare
Choose a tag to compare
@evamaxfield evamaxfield released this 15 Jun 21:36
· 148 commits to main since this release

We couldn't deploy any new instances due to a bug with Firestore index creation. This changes makes it so that indexes are only created one after another.

See more details here: pulumi/pulumi-google-native#528

As a result, stack deployment takes much longer unfortunately.

What's Changed

  • bugfix/create-firestore-indexes-one-after-another by @JacksonMaxfield in #194

Full Changelog: v3.1.0...v3.1.1