mirror of https://github.com/zulip/zulip.git
c6ae3e7242
This does not ensure that we do not mix data from multiple servers sharing a UUID -- if one has more `RemoteRealmCount` rows, and the other has more `RemoteInstalltionCount` rows, the end result will still be some rows from each server, across the two tables. It does ensure that we will not alternate rows between two servers if both requests are processed at the same time. It also causes submissions to be all-or-nothing in the event of integrity errors. This is not necessarily beneficial, as forward progress is generally useful -- but the integrity errors are resolved in the subsequent commit. |
||
---|---|---|
.. | ||
lib | ||
management | ||
migrations | ||
README.md | ||
__init__.py | ||
auth.py | ||
models.py | ||
urls.py | ||
views.py |
README.md
ZILENCER -- The Zulip license manager
This app is the place for storing state about various deployments of Zulip that exist in the world.