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
In case of temporary database downtime SQLAlchemy throws the exception DBAPIError and celery beat stops working (though the process is still running). As a result no jobs can be executed.
In case of temporary database downtime SQLAlchemy throws the exception DBAPIError and celery beat stops working (though the process is still running). As a result no jobs can be executed.