-
Notifications
You must be signed in to change notification settings - Fork 1
[PAGOPA-1037] fix: Improvement #143
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
Conversation
The default action is to increase the PATCH number of SEMVER. Set IGNORE-FOR-RELEASE if you want to skip SEMVER bump. BREAKING-CHANGE and NEW-RELEASE must be run from GH Actions section manually. |
The default action is to increase the |
This pull request does not contain a valid label. Please add one of the following labels: |
…rganizationIdAndOptionalPspId query
src/main/resources/db/migration/liquibase/changelog/1.0.3/db.changelog-202510060000.sql
Outdated
Show resolved
Hide resolved
src/main/resources/db/migration/liquibase/changelog/1.0.3/db.changelog-202510060000.sql
Outdated
Show resolved
Hide resolved
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔝
List of Changes
PROD
PROD
GET /organizations/{organizationId}/fdrs
org_domain_id,
status,
is_latest,
anddate
fielddate
fieldname
fieldMotivation and Context
PIDM-1037
Avoid to use PgBouncer to connect to the database to avoid connection errors.
Increases resources in PROD to allow the service to handle traffic spikes.
Added to liquibase new indexes to improve query performance.
Improved sorting on query
findLatestPublishedByOrganizationIdAndOptionalPspId
by usingdate
field instead of flow nameHow Has This Been Tested?
Screenshots (if appropriate):
Types of changes
expected)
Checklist: