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

Allow 'NoStorageCheck' in API #905

Open
donaldgray opened this issue Sep 19, 2024 · 0 comments
Open

Allow 'NoStorageCheck' in API #905

donaldgray opened this issue Sep 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@donaldgray
Copy link
Member

Engine allows specifying an customer override appsetting that allows specific customer to opt out of storage checks. This is for non-shared infra where storage limits are not enforced.

The API now makes some storage checks to confirm the current customer has allowance prior to ingestion to avoid any compute costs, however this doesn't check if the customer is opted out. The storage policy limits on non-shared infra are very generous so it's highly unlikely that they would ever be hit but we should respect the option to opt out in API as well as Engine.

@donaldgray donaldgray added the bug Something isn't working label Sep 19, 2024
@dlcs dlcs deleted a comment Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant