Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some logs while Postgres queries are being executed #393

Merged
merged 1 commit into from
Aug 29, 2023

Commits on Aug 29, 2023

  1. Add some logs while Postgres queries are being executed

    This commit adds some extra logs to be shown while Postgres queries are being
    executed. The goal is to easily identify cases where a query is not being
    executed because it's waiting for the Database table to be unlocked first (due
    to another query being already executed for example). Since it's not easy to
    identify a query timeout that will work for all cases of queries that can be
    executed with PDB, at least being able to see in the logs that PDB is still
    executing a query helps to identify such scenarios.
    Tiago Silva committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3248746 View commit details
    Browse the repository at this point in the history