disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
748 stars 112 forks source link

Optional auto_create. #21

Closed szilveszter closed 13 years ago

szilveszter commented 13 years ago

In our production environment we have experienced concurrency issues with auto_create=True: after code was deployed with a new feature switch, the first few requests that hit the site, all wanted to create the switch, but only one succeeded, and the others raised an IntegrityError.