Skip to content

fix: increase timeout and retry settings for transport configuration - #3

Merged
shackmann merged 1 commit into
mainfrom
stefan/retry
Jul 28, 2026
Merged

fix: increase timeout and retry settings for transport configuration#3
shackmann merged 1 commit into
mainfrom
stefan/retry

Conversation

@shackmann

@shackmann shackmann commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Note

Low Risk
Behavior change only for callers relying on implicit transport defaults; no auth or wire-contract changes, but predictions may block longer before failing.

Overview
Raises the SDK’s default HTTP transport settings so hosted and local JointFM calls tolerate slower inference and more transient failures without custom YAML.

Timeouts go from 5s / 60s to 10s connect and 120s read. Retries go from 5 attempts with 1s backoff to 10 attempts with 2s initial backoff (max_backoff_seconds and retry status codes are unchanged).

Defaults are updated in TimeoutConfig / RetryConfig, mirrored in config.sample.yaml and the README example, and reflected in test_load_configuration_layers_yaml_over_defaults for fields not overridden in partial YAML.

Reviewed by Cursor Bugbot for commit df700ff. Bugbot is set up for automated code reviews on this repo. Configure here.

@shackmann
shackmann merged commit 2ac1fd0 into main Jul 28, 2026
2 checks passed
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.

1 participant