Skip to content

SQLite database lock errors on montage-beta cause intermittent failures #477

@lgelauff

Description

@lgelauff

The montage-beta instance is currently configured to use SQLite (sqlite:///tmp_montage.db) instead of MySQL. SQLite does not handle concurrent requests well, which causes occasional database is locked errors when multiple requests hit the server simultaneously.

This is not urgent — montage-beta is a testing environment and not in active use. However, it may explain intermittent errors or false positives when testing on beta.

The fix is straightforward: switch the db_url in config.beta.yaml back to the MySQL connection (which is currently commented out).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions