QuotaGrant

class gafaelfawr.config.QuotaGrant(api, notebook)

Bases: object

One grant of quotas.

There may be one of these per group, as well as a default one, in the overall quota configuration.

Parameters:

Attributes Summary

api

Mapping of service names to quota of requests per 15 minutes.

notebook

Quota settings for the Notebook Aspect.

Attributes Documentation

api: Mapping[str, int]

Mapping of service names to quota of requests per 15 minutes.

notebook: NotebookQuota | None

Quota settings for the Notebook Aspect.