couchrest / couchrest_model

Doing the simple stuff so you don't have to
Apache License 2.0
304 stars 116 forks source link

Support concurrent auto-updates #201

Closed ghempton closed 8 years ago

ghempton commented 8 years ago

We see sporadic 409 errors with our views. These most often occur in our test suite, but could affect any multi-threaded application when it hits a view for the first time in a database.

samlown commented 8 years ago

Awesome! I'd hope that any multi-threaded application would be updating the views on deployment, but better safe than sorry!