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

PLATFORM-9062 | Replace use of PRIMARY_DB connection in CargoUtils, CargoAttach, CargoDeclare and CargoPageValues #20

Merged
merged 1 commit into from
Feb 28, 2024

Commits on Feb 23, 2024

  1. PLATFORM-9062 | Replace use of PRIMARY_DB connection in CargoUtils, C…

    …argoAttach, CargoDeclare and CargoPageValues
    
    Some of the actions are still using PRIMARY DB connection during the Read requests, and therefore we should replace them with use of the proper REPLICA DB. All of those cases are simple and shouldn't yield any errors when PRIMARY DB is not used to query the results.
    Also, mark CargoRecreateTablesAPI as writing API to minimise noise from transaction profile.
    t-tomalak committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e4fada1 View commit details
    Browse the repository at this point in the history