So, for celery this is what you need : celery multi start 5 -A conf -l info -Q:1-2 queueA -Q:3-5 queueB --pidfile='%n.pid' For assigning queue in django you ...
確定! 回上一頁