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 was archived by the owner on Dec 31, 2021. It is now read-only.
If for some strange reasons, scipy_central.filestorage.dvsc_wrapper.DVCRepo.run_dvcs_command() don't properly execute either by raising exception or does not respond while submitting an entry, submissions are still stored in database! For this we need to have TransactionMiddleware.
But upon adding Transaction Middleware, if DVCS Error is raised, database doesn't get unlocked. The server has to be restarted again..
Update: PostgreSQL seems to handle this database lock! Probably, concurrency problem with Sqlite.
However we need to optimize this feature
The text was updated successfully, but these errors were encountered:
If for some strange reasons,
scipy_central.filestorage.dvsc_wrapper.DVCRepo.run_dvcs_command()
don't properly execute either by raising exception or does not respond while submitting an entry, submissions are still stored in database! For this we need to haveTransactionMiddleware
.But upon adding Transaction Middleware, if DVCS Error is raised, database doesn't get unlocked. The server has to be restarted again..
Update: PostgreSQL seems to handle this database lock! Probably, concurrency problem with Sqlite.
However we need to optimize this feature
The text was updated successfully, but these errors were encountered: