Skip to content

Commit

Permalink
Merge pull request #2361 from bcgov/master
Browse files Browse the repository at this point in the history
master->3.3.0
  • Loading branch information
ytqsl authored Jun 25, 2024
2 parents a40adad + 493b28c commit 5d505f6
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ inputs.IMAGE_CONTEXT }}
build-contexts: ${{ inputs.BUILD_CONTEXT }}
Expand Down
6 changes: 3 additions & 3 deletions ess/src/API/EMBC.ESS.Host/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
},
"backgroundTask": {
"PaymentReconciliationBackgroundTask": {
"schedule": "30 */12 12-2 * * *;30 0,12,24,36,48 3 * * *"
"schedule": "30 */12 5-20 * * *;30 0,12,24,36,48 20 * * *"
},
"PendingPaymentsProcessingBackgroundTask": {
"schedule": "20 */5 12-2 * * *;20 0,15,30,45 3 * * *"
"schedule": "20 */5 5-20 * * *;20 0,15,30,45 20 * * *"
},
"ReconcileSupplierIdsBackgroundTask": {
"schedule": "10 * 12-2 * * *;10 0-45 3 * * *"
"schedule": "10 * 5-20 * * *;10 0-45 20 * * *"
},
"PendingSupportsProcessingBackgroundTask": {
"schedule": "0 * * * * *"
Expand Down
14 changes: 7 additions & 7 deletions registrants/src/UI/embc-registrant/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions responders/src/UI/embc-responder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions suppliers/src/UI/embc-supplier/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d505f6

Please sign in to comment.