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
Describe the bug
If databases connections are lost for some reason, like restarting database server, the connections are lost and datapusher+ produces an error. The logs show the following:
sqlalchemy.exc.OperationalError: (psycopg2.errors.AdminShutdown) terminating connection due to administrator command
SSL connection has been closed unexpectedly
[SQL: INSERT INTO apscheduler_jobs (id, next_run_time, job_state) VALUES (%(id)s, %(next_run_time)s, %(job_state)s)
To Reproduce
Steps to reproduce the behavior:
Restart your database
Try to add CSV to datastore via datapusher+.
Expected behavior
The data would be added to the datastore
The text was updated successfully, but these errors were encountered:
Describe the bug
If databases connections are lost for some reason, like restarting database server, the connections are lost and datapusher+ produces an error. The logs show the following:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The data would be added to the datastore
The text was updated successfully, but these errors were encountered: