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

Support configurable backoff intervals #163

Merged
merged 2 commits into from
May 21, 2023
Merged

Conversation

tompostler
Copy link
Contributor

I was analyzing the cost of an app service with overall low volume (1-2 orchestrations per week), and right now the cost of the app service telemetry outweighs the cost of the basic app service.

Since the orchestrations I run are very tolerable of delays, I wanted to increase the maximum backoff values here to 5 minutes or more for a ~99% reduction in unnecessary telemetry.

As the orchestrations I run are just a hobby project, I'm not as familiar with the potential consequences of changing these values, especially with how they relate to each other. But I found the todo in the repo and figured I would start with the most basic implementation of passing it through on the settings object.

@cgillum cgillum enabled auto-merge (squash) May 21, 2023 21:53
@cgillum cgillum merged commit 8625d58 into microsoft:main May 21, 2023
Copy link
Member

@cgillum cgillum left a comment

Choose a reason for hiding this comment

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

Thank you for this contribution! I'd be happy to accept it and include it as part of our next release.

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.

2 participants