fix queue for cronjob
This commit is contained in:
parent
b46f18c866
commit
c753688f41
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ from celery.task import task, periodic_task
|
|||
import models
|
||||
|
||||
|
||||
@periodic_task(run_every=timedelta(days=1))
|
||||
@periodic_task(run_every=timedelta(days=1), queue='encoding')
|
||||
def cronjob(**kwargs):
|
||||
update_random_sort()
|
||||
update_random_clip_sort()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue