celery-task is a building block of Celery distributed task queue system
I have a django app in which it has a celery functionality, so i can able to run the celery …
django celery supervisord celery-taskI have django 1.11.5 app with celery 4.1.0 and I recived all the time: kombu.exceptions.EncodeError: <User: testuser> is …
python json django celery celery-taskI'd like to quit a celery task gracefully (i.e. not by calling revoke(celery_task_id, terminate=True)). I …
python celery django-celery celery-taskI am having trouble finding any example of setting a task_id with my own task_id something along these …
python django-celery celery-taskI followed the first steps with Celery (Django) and trying to run a heavy process in the background. I have …
python python-3.x celery django-celery celery-taskI have a check_orders task that's executed periodically. It makes a group of tasks so that I can time …
python celery django-celery celery-task celerybeatI am unit testing celery tasks. I have chain tasks that also have groups, so a chord is resulted. The …
python celery celery-task chordI'd like a celery task to be able to get the name of the worker executing it, for logging purposes. …
python celery celery-taskHow do I pull the result of a task if I do not know previously which task was performed? Here's …
python celery jobs celery-taskI have a project name called ShippingApp and I followed the steps to set up the celery worker. I am …
python django pycharm celery-task