Skip to content

Commit 106da7d

Browse files
DamianoLozziRiccardoPompilimartiMatteiFabio Andrea Petrinimottone-dgs
authored
Feature/pn 14930 bis (#647)
* PN-11764 - update dependencies with specified versions * PN-14292: Removed QueueName definitions from containerEntries * PN-14669 always send BOOKED event and handle invalid receiver address * PN-14750 Update logging levels: replaced excessive use of debug logs with info level to improve log readability and focus on significant events. Adjusted some logs to warn where more appropriate, ensuring appropriate logging verbosity throughout. * PN-14292: removed from storage.yml unused queueNames outputs * PN-14799 Add ApplicativeEnvFileChecksum for applicative environment file. (#635) Co-authored-by: Fabio Andrea Petrini <fabioandrea.petrini@noycom.it> * Feature/pn 14930 (#636) * PN-14930: Removed start.sh, renamed application-local.properties and added init-for-localdev.sh * PN-14930: Add properties to application-test.properties * PN-14930: adapted to standard core update version dummy-pec * PN-14930: update region and application.properties update version dummy-pec * PN-14930: Update init-for-localdev.sh * PN-14930: Update path resources for dynamoDBLoad.sh * PN-14930: Fixed init-for-localdev.sh script. * PN-14930: Fixed localstack endpoint. * PN-14930: Removed check on localstack when starting init-for-localdev.sh script. * PN-14930: Removed CLI pager in init-for-localdev.sh. * PN-14930: Removed LocationConstraint on S3 bucket creation. * PN-14930: Reintroduced LOCALSTACK_ENDPOINT parameter. Updated dynamoDBLoad.sh script. * PN-14930: Changed aws.endpoint-url value for DNS issues. --------- Co-authored-by: MartinaMattei <martinamattei.mm00@gmail.com> Co-authored-by: mdisco-dgs <marco.disco@dgsspa.com> * Feature/pn 13392 (#634) * PN-13392: implemented timeout strategy * PN-13392: updated application-local.properties * PN-13392: removed default values * PN-13392: changed timeout calculation logic; set as a percentage of the visibility timeout. Added timeout to EmailService, added managed queues to application-dev.env * PN-13392: added missing value to pn.ec.sqs.timeout.managed-queues in application-local.properties --------- Co-authored-by: damiano.lozzi <damiano.lozzi@dgsspa.com> * Feature/pn 14407 (#633) * PN-14407 improve retry logic in CartaceoService and add corresponding tests * Revert "PN-14407 improve retry logic in CartaceoService and add corresponding tests" This reverts commit 12ff9d7. * PN-14407: Introduced retry reset when sending message in DLQ. * PN-14407: Fixed bug. * PN-14407: Fixed step error valorization. --------- Co-authored-by: Fabio Andrea Petrini <fabioandrea.petrini@noycom.it> * PN-14930-bis: add config directory in pom.xml for building * PN-14930-bis: Reverted pom changes, added missing property to application.properties. * PN-14930-bis: add missing property --------- Co-authored-by: Riccardo Pompili <riccardo.pompili@dgsspa.com> Co-authored-by: MartinaMattei <martinamattei.mm00@gmail.com> Co-authored-by: Fabio Andrea Petrini <fabioandrea.petrini@noycom.it> Co-authored-by: mottone-dgs <119047198+mottone-dgs@users.noreply.github.com> Co-authored-by: michelescara <79908782+michelescara@users.noreply.github.com> Co-authored-by: mdisco-dgs <marco.disco@dgsspa.com> Co-authored-by: damiano.lozzi <damiano.lozzi@dgsspa.com>
1 parent a7ff522 commit 106da7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ management.endpoints.web.exposure.include=health,metrics,loggers
3333

3434

3535
namirial.warning-to-notdelivered.logic=${PnEcNamirialWarningNotDelivered:true}
36+
37+
sqs.queue.max-message-size=200000
38+
pn.ec.identity.pec=Pn-EC-PEC

0 commit comments

Comments
 (0)