Python的- Celery定時任務

1、Celery加入定時任務 Celery除了可以異步執行任務之外,還可以定時執行任務。在實例代碼的基礎上寫個測試方法: #coding:utf-8 from celery.task.schedules import crontab from celery.decorators import periodic_task @periodic_task(run_every=crontab()) d
相關文章
相關標籤/搜索