According to our observation and logs, the database is crashing "regularly" on prod and staging (albeit more often here) and is automatically restarted via init.sql.
@mpfeil hast investigated this issue a bit and it might be related to uwsgi:
Vielleicht ist irgendwo in Django, DOcker, uWSGI Memory auf 2GB begrenzt und das wird immer mal wieder erreicht und dann startet sich die API neu und schießt vorher die Worker ab und das bedingt, dass die Datenbank auch neustartet.
According to our observation and logs, the database is crashing "regularly" on
prodandstaging(albeit more often here) and is automatically restarted viainit.sql.@mpfeil hast investigated this issue a bit and it might be related to
uwsgi: