Use the database queue

This commit is contained in:
tcely 2025-06-15 15:30:42 -04:00 committed by GitHub
parent 4853123442
commit 4408af7925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,6 +226,7 @@ def save_model(instance):
huey_crontab(minute=59, strict=True,),
priority=100,
expires=30*60,
queue=Val(TaskQueue.DB),
)
def schedule_indexing():
now = timezone.now()