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

BFD-3848: Transient SFTP connection errors are affecting BFD EFT Outbound in test #2542

Merged
merged 3 commits into from
Feb 6, 2025

Conversation

malessi
Copy link
Contributor

@malessi malessi commented Feb 5, 2025

JIRA Ticket:
BFD-3848

What Does This PR Do?

This PR updates the maximum Lambda retries to 3 instead of disabling retries outright. Initially, the fear was that this Lambda was not idempotent, but after some investigation we determined that it is actually idempotent and the Lambda as a whole can be retried. Accordingly, the CloudWatch Alarms alerting on failures for this Lambda has been updated to alert after 3 failures in a 10 minute period so that the on-call is not alerted if the Lambda is able to recover automatically.

What Should Reviewers Watch For?

If you're reviewing this PR, please check for these things in particular:

What Security Implications Does This PR Have?

Please indicate if this PR does any of the following:

  • Adds any new software dependencies

  • Modifies any security controls

  • Adds new transmission or storage of data

  • Any other changes that could possibly affect security?

  • I have considered the above security implications as it relates to this PR. (If one or more of the above apply, it cannot be merged without the ISSO or team security engineer's (@sb-benohe) approval.)

Validation

Have you fully verified and tested these changes? Is the acceptance criteria met? Please provide reproducible testing instructions, code snippets, or screenshots as applicable.

  • terraform apply eft in test, verifying that the apply is successful and all resources are updated

Copy link
Member

@mjburling mjburling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This modest change looks just fine. Thanks, Mitch.

@malessi malessi merged commit 5f184ad into master Feb 6, 2025
7 checks passed
@malessi malessi deleted the alessio/BFD-3848__retry-eft-outbound-failures branch February 6, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants