voxpupuli / puppet-mongodb

mongodb installation
Apache License 2.0
93 stars 451 forks source link

Remove the retry mechanism from the provider #739

Closed stevenpost closed 7 months ago

stevenpost commented 7 months ago

Since the switch to mongosh this significantly slows down operations, as any error now results in an exception causing the retry, even when no retry is needed. This used to be there to catch connection errors.