Skip to content

Commit

Permalink
PI2 27030: Retry Mechanism for Failed Emails (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristin-at-theta authored Jan 29, 2024
1 parent 181941a commit 68b98a5
Show file tree
Hide file tree
Showing 25 changed files with 8,168 additions and 244 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.test.js
/services/*/build/
/services/app-api/_warmup/
/services/email/
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- lint
- unit-test
runs-on: ubuntu-latest
environment:
name: ${{ startsWith(github.ref_name, 'snyk-') && 'snyk' || github.ref_name }}
url: "https://onemac.cms.gov"
steps:
- name: set branch_name
run: echo "branch_name=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
Expand Down Expand Up @@ -121,6 +124,7 @@ jobs:
services/seatool-sink/node_modules
services/uploads/node_modules
services/app-api/node_modules
services/email/node_modules
services/one-stream/node_modules
services/ui/node_modules
services/ui-auth/node_modules
Expand Down Expand Up @@ -216,6 +220,7 @@ jobs:
services/seatool-sink/node_modules
services/uploads/node_modules
services/app-api/node_modules
services/email/node_modules
services/one-stream/node_modules
services/ui/node_modules
services/ui-auth/node_modules
Expand Down
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services=(
'ui'
'uploads'
'app-api'
'email'
'one-stream'
'seatool-sink'
'ui-waf-log-assoc'
Expand Down
Loading

0 comments on commit 68b98a5

Please sign in to comment.