configs
configs
¶
Refresher service configuration models.
See Also
Refresher: The service class
that consumes these configurations.
BaseServiceConfig:
Base class providing interval, max_consecutive_failures,
and metrics fields.
Classes¶
RefreshConfig
¶
Bases: BaseModel
Configuration for materialized view refresh.
See Also
RefresherConfig: Parent config that embeds this model.
RefresherConfig
¶
Bases: BaseServiceConfig
Refresher service configuration.
See Also
Refresher: The service class
that consumes this configuration.
BaseServiceConfig:
Base class providing interval and metrics fields.