项目作者: luislorenzom

项目描述 :
An small example about how to create a smart celery priority queues
高级语言:
项目地址: git://github.com/luislorenzom/celery_priority_queue_example.git
创建时间: 2020-10-13T13:09:44Z
项目社区:https://github.com/luislorenzom/celery_priority_queue_example

开源协议:MIT License

下载


Instructions

  1. Install python dependencies

    1. pip install -r requirements.txt
  2. Deploy broker message:

    1. docker-compose up
  3. Follow the examples READMEs

  • balanced_queues: to distribute the task between several queues applying arrival strategies
  • task_priority_queues: to apply task priority levels on each task to sort the queues and distribute the work