migrating-ravens / RavenMigrations

A small migrations framework to help you manage your RavenDB Instance.
MIT License
53 stars 24 forks source link

Add the ability to wait for index to become non-stale in PatchCollect… #62

Closed realkompot closed 1 year ago

realkompot commented 1 year ago

By default PatchByQueryOperation throws immediately if the index that supports query is stale. I suggest to introduce an option to wait for index to become non-stale before patching.

Notes:

JudahGabriel commented 1 year ago

Awesome, thank you!