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

Update fastly_status witx definition to include the new limitexceeded variant #199

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

JakeChampion
Copy link
Contributor

This variant is returned when an attempt to allocate a resource has exceeded the maximum number of resources permitted. For example, creating too many response handles or makiing too many dictionary lookups.

… variant

This variant is returned when an attempt to allocate a resource has exceeded the maximum number of
resources permitted. For example, creating too many response handles or makiing too many dictionary lookups.
Copy link
Contributor

@acfoltzer acfoltzer left a comment

Choose a reason for hiding this comment

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

Looks good, although we typically wouldn't merge an ABI update until it is supported across the fleet. In this case we probably can merge sooner as it is backwards compatible with existing SDKs... we should probably have a more explicit set of criteria for handling these types of changes.

@JakeChampion JakeChampion merged commit b1f252e into main Nov 2, 2022
@JakeChampion JakeChampion deleted the jake/abi-update branch November 2, 2022 20:14
@mgattozzi mgattozzi mentioned this pull request Nov 17, 2022
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