Quick question, just so I can compare, I would really like to hear other 
devs experience. 

*How many workers do you run on one machine using django celery?*

I'm running 3 workers on an EC2 small instance. It takes around 5 seconds 
to complete 1 task running all 3 workers, does this sound right to you?

My issue is I could have 100,000 tasks very soon... scale wise I'm unsure 
what I'm going to need to do this. Bigger CPU, RAM and X workers, 5 seconds 
is far too long for me. All the task is doing is sending a SMS message HTTP 
thats it.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to