#调度

共 1 篇文章

Celey 任务执行限速

Celey 任务执行限速

Celey 任务执行限速 限制并发任务数: celery -A your_project worker -l info -c 10 # 限制同时执行的任务数为10 使用Rate Limits @shared_task(bind=True, max_retries=None, rate_limit=