Set up a scheduled job?

后端 未结 24 2551
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 01:13

I\'ve been working on a web app using Django, and I\'m curious if there is a way to schedule a job to run periodically.

Basically I just want to run through the dat

24条回答
  •  时光取名叫无心
    2020-11-22 02:00

    If you want something more reliable than Celery, try TaskHawk which is built on top of AWS SQS/SNS.

    Refer: http://taskhawk.readthedocs.io

提交回复
热议问题