Skip to content

angee.jobs.autoconfig

Settings fragments required by Angee's job seam.

SETTINGS

Django settings contributed when the framework job seam is installed.

settings

python
def settings(namespace: Mapping[str, Any]) -> dict[str, Any]

Return environment-sensitive job settings.

The host/stack owns broker topology and supplies CELERY_BROKER_URL through its environment or settings namespace; the framework job seam has no deployment-specific broker default.

Released under the AGPL-3.0 License.