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
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
Which means that the UI has handled a timeout, and it's not longer waiting for a result. But, the query in the database is still running. How to avoid that? Can we close and cancel that connection that might be opened forever? (Or, at least until the query is done, which no-one is waiting).
Maybe related to this -> sequelize/sequelize#8468? Which version of sequelize are we using at FA?
Thanks
The text was updated successfully, but these errors were encountered:
We see the following image:
Which means that the UI has handled a timeout, and it's not longer waiting for a result. But, the query in the database is still running. How to avoid that? Can we close and cancel that connection that might be opened forever? (Or, at least until the query is done, which no-one is waiting).
Maybe related to this -> sequelize/sequelize#8468? Which version of sequelize are we using at FA?
Thanks
The text was updated successfully, but these errors were encountered: