使用Celery踩过的坑 - 简书
2016年5月8日 - 任务的时候遇到了重复执行的问题,当时是用redis做...The simplest way to do routing is to use the ...CELERY_IGNORE_RESULT = True 或者 @app.task(...
译-使用 celery 时的 3 个坑 - 推酷
2016年3月8日 - use Celery 3.0.x or simply avoid using libraries that rely on ...lastname @task @unwrap_tuple def process(firstname, lastname) # Do processi...