prefect.settings.models.server.services
Classes
ServicesBaseSetting
Methods:
settings_customise_sources
to_environment_variables
ServerServicesCancellationCleanupSettings
Settings for controlling the cancellation cleanup service
ServerServicesDBVacuumSettings
Settings for controlling the database vacuum service
Methods:
enabled_vacuum_types
enabled to a concrete set of vacuum type strings.
Handles legacy boolean values:
True→{"events", "flow_runs"}False→{"events"}(preserves old default)None→set()