better frontend task status

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-20 16:27:47 +02:00
parent 7d7e47e972
commit 0fd478fa3e
11 changed files with 207 additions and 51 deletions

View File

@ -1,6 +1,7 @@
from time import sleep
from django_dramatiq_postgres.conf import Conf
import pglock
from django_dramatiq_postgres.conf import Conf
from django_dramatiq_postgres.scheduler import Scheduler as SchedulerBase
from structlog.stdlib import get_logger