Questions tagged as 'celery'

0
answers

Thread problem with Django and Celery Eventlet

I have a problem with an idea that I have in mind but to achieve it I need a lot of machine resources. The idea is this: Create a web system, with django, in which there are several users (suppose there are many); each user can create one or...
asked by 13.03.2018 / 02:01
1
answer

Celery does not perform some tasks

In a Django application I try to send emails asynchronously using Celery, the tasks objects are created, but they do not reach Celery. Here is the id of the created tasks: 0: d51a86c2-219d-44a5-a004-2ff00f13f229 1: 47979e10-643c-4ced-808a-...
asked by 19.12.2016 / 23:50