To call a task periodically you have to add an entry to the beat schedule list. from celery import Celery from celery.schedules import crontab app ...
確定! 回上一頁