You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When psycopg2.errors.AdminShutdown/sqlalchemy.exc.OperationalError (or similar!) exception is thrown, take down the whole bot and try again (either with docker or systemd service).
When sqlalchemy.exc.InvalidRequestError is thrown, try to reset the session and roll back, so every new interaction doesn't cause messages to be thrown.
The text was updated successfully, but these errors were encountered:
When
psycopg2.errors.AdminShutdown
/sqlalchemy.exc.OperationalError
(or similar!) exception is thrown, take down the whole bot and try again (either with docker or systemd service).When
sqlalchemy.exc.InvalidRequestError
is thrown, try to reset the session and roll back, so every new interaction doesn't cause messages to be thrown.The text was updated successfully, but these errors were encountered: