packages/django-dramatiq-postgres: broker: fix various timing issues (#16340)

This commit is contained in:
Marc 'risson' Schmitt
2025-08-22 14:04:54 +00:00
committed by GitHub
parent 35bd1d9907
commit e305c98eb8
5 changed files with 29 additions and 3 deletions

View File

@@ -240,6 +240,12 @@ Configure the default duration a task can run for before it is aborted. Some tas
Defaults to `minutes=10`.
##### `AUTHENTIK_WORKER__LOCK_PURGE_INTERVAL`
Configure the interval at which old PostgreSQL locks are cleaned up.
Defaults to `minutes=1`.
##### `AUTHENTIK_WORKER__TASK_PURGE_INTERVAL`
Configure the interval at which old tasks are cleaned up.