Skip to content Skip to sidebar Skip to footer
Showing posts with the label Celery

Celery Dies With Dbpagenotfounderror

I have 3 machines with celery workers and rabbitmq as a broker, one worker is running with beat fla… Read more Celery Dies With Dbpagenotfounderror

Celery Not Picking Celery_always_eager Settings

I am running Django 1.8 + Celery 4.0.2 Celery is configured well and can run my Django tasks locall… Read more Celery Not Picking Celery_always_eager Settings

Celery Expires - Rise Exception

In docs link about expires # Task expires after one minute from now. add.apply_async(args=[10, 10],… Read more Celery Expires - Rise Exception

How Do I Capture Celery Tasks During Unit Testing?

How can I capture without running Celery tasks created during a unit test? For example, I'd lik… Read more How Do I Capture Celery Tasks During Unit Testing?

Celery Prefetch Multiplier Setting No Effect

I have a series of servers running multiple workers. These are long-running tasks, requiring anywh… Read more Celery Prefetch Multiplier Setting No Effect

Using Multiprocessing Pool From Celery Task Raises Exception

FOR THOSE READING THIS: I have decided to use RQ instead which doesn't fail when running code t… Read more Using Multiprocessing Pool From Celery Task Raises Exception

Place A Timeout On Calls To An Unresponsive Flask Route (updated)

I currently have a route in a Flask app that pulls data from an external server and then pushes the… Read more Place A Timeout On Calls To An Unresponsive Flask Route (updated)

Celery Task For File Uploading In Django Wizard

I have a WizardView covering two forms, the second one has a FileField. Is it possible to create a … Read more Celery Task For File Uploading In Django Wizard