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

How To Configure And Run Celerybeat

I am just getting started with celery,trying to run a periodic task. Configured *rabbitmq** added c… Read more How To Configure And Run Celerybeat

Starting Worker With Dynamic Routing_key?

I have one queue with several task types and I need to run worker for specific task. Something like… Read more Starting Worker With Dynamic Routing_key?

Celery Task Group Not Being Executed In Background And Results In Exception

My Celery task isn't executing in the background in my Django 1.7/Python3 project. # settings.p… Read more Celery Task Group Not Being Executed In Background And Results In Exception

Starting Flask Server In Background

I have a flask application which I am currently starting up in the following way: #phantom.py __aut… Read more Starting Flask Server In Background

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)

Initializing A Worker With Arguments Using Celery

I'm having issues finding something that seems like it would be relatively simple to me. I'… Read more Initializing A Worker With Arguments Using Celery

Capture Heroku Sigterm In Celery Workers To Shutdown Worker Gracefully

I've done a ton of research on this, and I'm surprised I haven't found a good answer to… Read more Capture Heroku Sigterm In Celery Workers To Shutdown Worker Gracefully

Sharing An Oracle Database Connection Between Simultaneous Celery Tasks

I'm working with Python2.7, Celery and cx_Oracle to access the Oracle database. I create a lot … Read more Sharing An Oracle Database Connection Between Simultaneous Celery Tasks