mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
packages/django-dramatiq-postgres: broker: fix various timing issues (#16340)
This commit is contained in:
committed by
GitHub
parent
35bd1d9907
commit
e305c98eb8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user