Skip to content

Conversation

@xrl
Copy link
Contributor

@xrl xrl commented Jan 15, 2025

Our production application was throwing some Faraday::Timeout exception on big uploads. The cheminee rest-api does not enforce any timeouts or size limits, so I was pretty sure it wasn't on the rust side. Turns out the default in Faraday inherits its defaults from Net::HTTP. The Net::HTTP defaults are 60 seconds.

This load test example is just for my ruby friends to understand configuration details.

@JJ-Pineda JJ-Pineda self-requested a review January 15, 2025 20:47
Copy link
Contributor

@JJ-Pineda JJ-Pineda left a comment

Choose a reason for hiding this comment

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

LGTM

@JJ-Pineda JJ-Pineda merged commit f8d31a6 into main Jan 15, 2025
2 checks passed
@xrl xrl deleted the load-test-production-smiles branch January 15, 2025 22:30
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.

3 participants