Skip to content

Add --wait option and configurable timeouts#3

Merged
fenio merged 1 commit intomainfrom
feature/wait-and-configurable-timeouts
Jan 7, 2026
Merged

Add --wait option and configurable timeouts#3
fenio merged 1 commit intomainfrom
feature/wait-and-configurable-timeouts

Conversation

@fenio
Copy link
Copy Markdown
Owner

@fenio fenio commented Jan 7, 2026

  • Add -w/--wait option to wait for origin server at startup with configurable retry interval (default 30s)
  • Add --connect-timeout for HTTP connect timeout (default 2s)
  • Add --proxy-timeout for TCP proxy connect timeout (default 10s)
  • Add --stream-timeout for TCP read/write timeout (default 300s)
  • Fix broadcast loop to continue on failure instead of breaking, allowing recovery when origin server comes back online
  • All new options available via CLI and config file

- Add -w/--wait option to wait for origin server at startup with
  configurable retry interval (default 30s)
- Add --connect-timeout for HTTP connect timeout (default 2s)
- Add --proxy-timeout for TCP proxy connect timeout (default 10s)
- Add --stream-timeout for TCP read/write timeout (default 300s)
- Fix broadcast loop to continue on failure instead of breaking,
  allowing recovery when origin server comes back online
- All new options available via CLI and config file
@fenio fenio merged commit e4b22bb into main Jan 7, 2026
@fenio fenio deleted the feature/wait-and-configurable-timeouts branch January 7, 2026 15:12
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