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

SFTP client for CatalistMatch has 10 minute timeout #1149

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

austinweisgrau
Copy link
Collaborator

This is important because sometimes the Catalist sftp server hangs indefinitely.

Copy link
Collaborator

@shaunagm shaunagm left a comment

Choose a reason for hiding this comment

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

Ready to approve this, but just wanted to confirm that if the method hasn't returned in 10 minutes it's never going to return?

@austinweisgrau
Copy link
Collaborator Author

Ready to approve this, but just wanted to confirm that if the method hasn't returned in 10 minutes it's never going to return?

In my experience, that's right. The timeout doesn't actually check for the download to complete within that amount of time, but rather will trigger if the server hasn't sent back any new packets in that amount of time.

@shaunagm
Copy link
Collaborator

Ok, I'm going to label it a breaking change just so I remember to highlight it in the release notes. Will go ahead and update branch then merge once the tests pass again.

@shaunagm shaunagm added the breaking change applied only to PRs, indicates when something has a breaking change to be flagged in release notes label Oct 15, 2024
@shaunagm shaunagm merged commit 17c0dfc into move-coop:main Oct 16, 2024
68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change applied only to PRs, indicates when something has a breaking change to be flagged in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants