Advertisement
Guest User

Untitled

a guest
May 24th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. python celery -A proj worker --queue=myqueue -P prefork --maxtasksperchild=500
  2.  
  3. python celery -A proj worker --queue=myqueue -P eventlet --concurrency=10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement