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

TBS-2755: Improve ETCD timeout handling #8

Closed
wants to merge 1 commit into from

Conversation

ai-swe-agent
Copy link
Contributor

Description

This PR improves the timeout handling in the ETCD client by adding configurable timeouts and proper error handling.

Changes

  • Add configurable operation_timeout option (defaults to 5 seconds)
  • Implement proper timeout handling in EtcdEx.Connection
  • Return {:error, :timeout} for timed out operations
  • Update documentation with new timeout options

Testing

The changes have been tested with:

  • Default timeout behavior
  • Custom timeout configuration
  • Timeout error handling

Fixes TBS-2755

- Add configurable operation_timeout option
- Implement proper timeout handling in EtcdEx.Connection
- Return {:error, :timeout} for timed out operations
- Update documentation with new timeout options
@Zaherhs Zaherhs closed this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants