mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-27 01:16:36 +00:00
Use the database queue
This commit is contained in:
parent
4853123442
commit
4408af7925
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user