Implement a quota handler callback#3
Open
rg0now wants to merge 1 commit intolifeycle-callback-apifrom
Open
Conversation
7c98ff3 to
c7d5354
Compare
72d3ed7 to
2e14da6
Compare
c7d5354 to
6eefa1c
Compare
6eefa1c to
37ba0b5
Compare
14ea578 to
9927614
Compare
37ba0b5 to
bd0b543
Compare
bd0b543 to
a4ddb68
Compare
db3b266 to
28967fa
Compare
724e319 to
af7dfe3
Compare
This PR adds a quota handler callback function which, if specified, is called by the server just before making an allocation for a user. The handler should return a single bool: if true then the allocation request can proceed, otherwise the request is rejected with a 486 (Allocation Quota Reached) error.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.