packages/django-dramatiq-postgres: broker: ensure locking happens with the same connection (#18095)

This commit is contained in:
Marc 'risson' Schmitt
2025-11-13 16:37:29 +01:00
committed by GitHub
parent 9295d876a7
commit acf5b5f2ff
5 changed files with 65 additions and 54 deletions

View File

@@ -215,12 +215,6 @@ 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.