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

feat(server): add application limitations in bundle #858

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

maslow
Copy link
Member

@maslow maslow commented Mar 5, 2023

Add application limitations in bundle

type BundleResource {
  // ...
  limitCountPerUser          Int // limit count of application per user could create
  limitCountOfCloudFunction  Int // limit count of cloud function per application
  limitCountOfBucket         Int // limit count of bucket per application
  limitCountOfDatabasePolicy Int // limit count of database policy per application
  limitCountOfTrigger        Int // limit count of trigger per application

  limitDatabaseTPS Int // limit count of database TPS per application
  limitStorageTPS  Int // limit count of storage TPS per application
}

@maslow maslow merged commit cb5d98c into labring:main Mar 5, 2023
@maslow maslow changed the title feat(server): add bundle limits for application feat(server): add application limitations in bundle Mar 5, 2023
@maslow maslow deleted the refact-bundle-schema branch March 5, 2023 19:07
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.

1 participant