Skip to main content

prefect.settings.models.server.tasks

Classes

ServerTasksSchedulingSettings

Settings for controlling server-side behavior related to task scheduling 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.

ServerTasksSettings

Settings for controlling server-side behavior related to tasks 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.