charettes / django-syzygy

Django application providing database migration tooling to automate their deployment.
MIT License
85 stars 3 forks source link

Fix #35 - Propagate migration crashes to quorum parties. #36

Closed charettes closed 1 year ago

charettes commented 1 year ago

This ensures remote parties terminate immediately when the party that attained pre-migration quorum crashes when applying migrations.

This is achieved by introducing a concept of quorum severance and implemented in the cache backend by assigning a negative quorum value to the namespace which can be detected by other parties.