Hi, hope every one is doing fine, I have an issue that I have not been able to resolve for several months now. I have two apps where I need to send a bunch of emails on a monthly basis, The first app is host on heroku and the second on DigitalOcean with dokku, for async task I'm using Django_Q and Redis is used as broker, when I need to send 1 or 2 emails, or even something like 100, there is no issue, the emails are sent and the task is marked as successful in the Django_q admin section, but when I need to send just 200 or 500 (send 500 is supposed to be nothing), the task is never accomplished, I don't receive any error message sand even if I wait for days the task is never marked completed and all emails are not sent, at first I think it was a resources issue, in the case of my first app I'm using the heroku hobby-dev plan, maybe this is two low for the work I need to get done, but for my second app I'm using the 15$ plan on DigitalOcean, for just 500 emails i think that's enough, Maybe I should use celery instead of Django_q, I don't know, I need to know what are the minimum requirements to send a lot(and by a lot I mean something like 50k for example) emails with a Django app, and how to do this efficiently. An article, a package name, anything would be helpful. I'm using amazon SES for both apps. Thanks
-- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5d981f11-c996-47bc-8897-72a43b4a76a7n%40googlegroups.com.

