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

Pagopa 1695 sviluppo pa send rt long term reliability #102

Merged
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
df0163a
PAGOPA-1695 wip
FedericoRuzzier Apr 17, 2024
4b7da60
PAGOPA-1695 wip handling xml
FedericoRuzzier Apr 18, 2024
0d126f8
PAGOPA-1695 wip
FedericoRuzzier Apr 19, 2024
805681c
PAGOPA-1695 wip fixing logic and junit
FedericoRuzzier Apr 23, 2024
6cc83a0
PAGOPA-1695 adding scheduler class
FedericoRuzzier Apr 23, 2024
579fb63
PAGOPA-1695 updating logic and inserting junit tests
FedericoRuzzier Apr 30, 2024
d6c6224
PAGOPA-1695 solving some issues
FedericoRuzzier May 6, 2024
429d5d1
PAGOPA-1695 fixing junit
FedericoRuzzier May 6, 2024
7dbd3f4
PAGOPA-1695 adding xml validation
FedericoRuzzier May 7, 2024
9107947
PAGOPA-1695 testing security
FedericoRuzzier May 7, 2024
1e178fa
PAGOPA-1695 changing documentbuilderfactory
FedericoRuzzier May 7, 2024
2818c44
PAGOPA-1695 adding values for kubernetes
FedericoRuzzier May 7, 2024
2792bc6
Merge branch 'main' into PAGOPA-1695-sviluppo-pa-send-rt-long-term-re…
FedericoRuzzier May 7, 2024
1560c35
PAGOPA-1695 update local properties file
FedericoRuzzier May 7, 2024
0f2e5db
PAGOPA-1695 update helm value
FedericoRuzzier May 7, 2024
db4cb6b
PAGOPA-1695 update properties file
FedericoRuzzier May 7, 2024
4f22564
PAGOPA-1695 minor fix
FedericoRuzzier May 7, 2024
384034b
PAGOPA-1695 minor fix
FedericoRuzzier May 7, 2024
1dccd1f
PAGOPA-1695 minor fix
FedericoRuzzier May 7, 2024
d42ef65
PAGOPA-1695 fixing comments
FedericoRuzzier May 7, 2024
7740bcd
[PAGOPA-1695] chore: Update log
cap-ang May 8, 2024
8c59dbc
Bump to version 0.12.21-1-PAGOPA-1695-sviluppo-pa-send-rt-long-term-r…
pagopa-github-bot May 8, 2024
518a98e
PAGOPA-1695 fixing scheduler job
FedericoRuzzier May 8, 2024
a599a7a
Bump to version 0.12.21-2-PAGOPA-1695-sviluppo-pa-send-rt-long-term-r…
pagopa-github-bot May 8, 2024
d653c33
PAGOPA-1695 adding catch in scheduler
FedericoRuzzier May 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,20 @@ microservice-chart:
API_CONFIG_HOST: "https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1"
GPS_HOST: "https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1"
GPD_HOST: "https://api.dev.platform.pagopa.it/gpd/api/v1"
QUEUE_NAME: "gpd-receipt-poison-queue"
DEQUEUE_LIMIT: "5"
QUEUE_SEND_INVISIBILITY_TIME: "120"
QUEUE_RECEIVE_INVISIBILITY_TIME: "300"
CRON_JOB_SCHEDULE_RETRY_ENABLED: "true"
CRON_JOB_SCHEDULE_RETRY_TRIGGER: "0 0 13 * * *"
FedericoRuzzier marked this conversation as resolved.
Show resolved Hide resolved
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string'
APICONFIG_SUBSCRIPTION_KEY: "gpd-d-apiconfig-subscription-key"
GPD_SUBSCRIPTION_KEY: "gpd-d-gpd-subscription-key"
GPS_SUBSCRIPTION_KEY: "gpd-d-gps-subscription-key"
AZURE_TABLES_CONNECTION_STRING: "gpd-payments-d-cosmos-connection-string"
QUEUE_CONNECTION_STRING: "gpd-payments-d-queue-connection-string"
keyvault:
name: "pagopa-d-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
Expand Down
7 changes: 7 additions & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,20 @@ microservice-chart:
API_CONFIG_HOST: "https://api.platform.pagopa.it/apiconfig/auth/api/v1"
GPS_HOST: "https://api.platform.pagopa.it/gps/spontaneous-payments-service/v1"
GPD_HOST: "https://api.platform.pagopa.it/gpd/api/v1"
QUEUE_NAME: "gpd-receipt-poison-queue"
DEQUEUE_LIMIT: "5"
QUEUE_SEND_INVISIBILITY_TIME: "120"
QUEUE_RECEIVE_INVISIBILITY_TIME: "300"
CRON_JOB_SCHEDULE_RETRY_ENABLED: "true"
CRON_JOB_SCHEDULE_RETRY_TRIGGER: "0 0 13 * * *"
FedericoRuzzier marked this conversation as resolved.
Show resolved Hide resolved
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-p-connection-string'
APICONFIG_SUBSCRIPTION_KEY: "gpd-p-apiconfig-subscription-key"
GPD_SUBSCRIPTION_KEY: "gpd-p-gpd-subscription-key"
GPS_SUBSCRIPTION_KEY: "gpd-p-gps-subscription-key"
AZURE_TABLES_CONNECTION_STRING: "gpd-payments-p-cosmos-connection-string"
QUEUE_CONNECTION_STRING: "gpd-payments-p-queue-connection-string"
keyvault:
name: "pagopa-p-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
Expand Down
7 changes: 7 additions & 0 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,20 @@ microservice-chart:
API_CONFIG_HOST: "https://api.uat.platform.pagopa.it/apiconfig/auth/api/v1"
GPS_HOST: "https://api.uat.platform.pagopa.it/gps/spontaneous-payments-service/v1"
GPD_HOST: "https://api.uat.platform.pagopa.it/gpd/api/v1"
QUEUE_NAME: "gpd-receipt-poison-queue"
DEQUEUE_LIMIT: "5"
QUEUE_SEND_INVISIBILITY_TIME: "120"
QUEUE_RECEIVE_INVISIBILITY_TIME: "300"
CRON_JOB_SCHEDULE_RETRY_ENABLED: "true"
CRON_JOB_SCHEDULE_RETRY_TRIGGER: "0 0 13 * * *"
FedericoRuzzier marked this conversation as resolved.
Show resolved Hide resolved
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-u-connection-string'
APICONFIG_SUBSCRIPTION_KEY: "gpd-u-apiconfig-subscription-key"
GPD_SUBSCRIPTION_KEY: "gpd-u-gpd-subscription-key"
GPS_SUBSCRIPTION_KEY: "gpd-u-gps-subscription-key"
AZURE_TABLES_CONNECTION_STRING: "gpd-payments-u-cosmos-connection-string"
QUEUE_CONNECTION_STRING: "gpd-payments-u-queue-connection-string"
keyvault:
name: "pagopa-u-gps-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
Expand Down
Loading
Loading