Skip to content

Conversation

@ad-astra-video
Copy link
Contributor

See #75.

This seems to fix it but still testing long streams.

@eliteprox
Copy link
Collaborator

Could we add a "generative stream" in examples to add test coverage for these types of streams?

logger.exception(f"Trickle sub failed to complete GET {url} - {error_msg}", stack_info=True)

if attempt < self.max_retries - 1:
await asyncio.sleep(RETRY_DELAY_SECONDS)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Have you tried increasing the RETRY_DELAY_SECONDS value? That looks like a more reliable path that should produce similar backoff results

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