Skip to main content

prefect.settings.models.server.worker_channel

Classes

ServerWorkerChannelSettings

Settings for server-side worker channel storage and delivery policy. Methods:

settings_customise_sources

Define an order for Prefect settings sources. The order of the returned callables decides the priority of inputs; first item is the highest priority. See https://docs.pydantic.dev/latest/concepts/pydantic_settings/#customise-settings-sources

to_environment_variables

Convert the settings object to a dictionary of environment variables.