celeryd is the common name of a Celery worker node, running as a daemon.
0
votes
1answer
21 views
How can we see the threads in Celery?
I am trying to set a different number of concurrent threads in Celery using --concurrency=1 (based on Workers Guide).
Anyway, when I run the daemon (celeryd ... --concurrency=1) I don't know how to ...
0
votes
0answers
13 views
Best way to map a generated list to a task in celery
I am looking for some advice as to the best way to map a list generated from a task to another task in celery.
Let's say I have a task called parse, which parses a PDF document and outputs a list of ...
0
votes
0answers
65 views
Celery tries to connect to the wrong broker
I have in my celery configuration
BROKER_URL = 'redis://127.0.0.1:6379'
CELERY_RESULT_BACKEND = 'redis://127.0.0.1:6379'
Yet whenever I run the celeryd, I get this error
consumer: Cannot connect ...
3
votes
1answer
54 views
Understanding celery task prefetching
I just found out about the configuration option CELERYD_PREFETCH_MULTIPLIER (docs). The default is 4, but (I believe) I want the prefetching off or as low as possible. I set it to 1 now, which is ...
0
votes
1answer
94 views
Django Celerybeat PeriodicTask running far more than expected
I'm struggling with Django, Celery, djcelery & PeriodicTasks.
I've created a task to pull a report for Adsense to generate a live stat report. Here is my task:
import datetime
import httplib2
...
0
votes
1answer
21 views
celery worker lost
Our deploy process restarts celery using a kill on all the celery proceses in the process list.
Sometimes I see "worker lost" in the celery logs. If a task is running when this happens, will the task ...
0
votes
1answer
33 views
Number of celery tasks executed at a given point of time
I am trying to create a bunch of celery tasks asynchronously on the fly. Say there are 1000 tasks I start asynchronously and I have only one celeryd process running to execute tasks. How many threads ...
0
votes
1answer
31 views
Difficulty changing a Python method signature across Celery
This is probably a Captain Obvious style question, but I feel like I'm missing something.
I inherrited a Python WSGI app that creates Celery tasks. That looks like this:
#web.py
from bottle import ...
2
votes
0answers
86 views
In celery, what would be the purpose of having multiple workers process the same queue?
In the documentation for celeryd-multi, we find this example:
# Advanced example starting 10 workers in the background:
# * Three of the workers processes the images and video queue
# * Two of ...
1
vote
1answer
108 views
How does a Celery worker consuming from multiple queues decide which to consume from first?
I am using Celery to perform asynchronous background tasks, with Redis as the backend. I'm interested in the behaviour of a Celery worker in the following situation:
I am running a worker as a daemon ...
3
votes
1answer
223 views
Python Celery task to restart celery worker
In celery, is there a simple way to create a (series of) task(s) that I could use to automagically restart a worker?
The goal is to have my deployment automagically restart all the child celery ...
0
votes
0answers
117 views
Exception when starting Flower for celery monitoring
I get an exception when starting Flower via 'flower --address=127.0.0.1 --port=5555'.
Configuration viewer is not available for Celery versions prior to 3.1
Traceback (most recent call ...
0
votes
0answers
187 views
heroku celeryd ImportError: No module named _bsddb
I'm trying to run celeryd on heroku but I'm receiving this error:
ImportError: No module named _bsddb. I'm not using "Interface to Berkeley DB library" (bsddb).
Error:
2013-01-10T13:47:01+00:00 ...
1
vote
1answer
100 views
Deployment of Celeryd to the AWS Beanstalks
I'm working on python web site which uses Celery for running long running background procesess. I plan to deploy my web site with celery worker to Beanstalk container.
Please share you expirence or ...
3
votes
1answer
172 views
Celeryd time constraint error
While running the status command I get the following error:-
Am using rabbitmq as the messaging broker
I am following this blog
sudo /etc/init.d/celeryd status
Error: No nodes replied within time ...
0
votes
1answer
49 views
Celeryd does not execute my workers
I'm trying to daemonize my tasks in celery, i've tested without daemonizing and it's working very well.
But i can't daemonize like the tutorial said ...
1
vote
1answer
181 views
Running multiple Django Celery websites on same server
I'm running multiple Django/apache/wsgi websites on the same server using apache2 virtual servers. And I would like to use celery, but if I start celeryd for multiple websites, all the websites will ...
0
votes
1answer
119 views
Running celeryd_multi as a daemon
I'm using celery 3.0.11 and djcelery 3.0.11 with python 2.7 and django 1.3.4.
I'm trying to run celeryd as a daemon and I've followed instructions from ...
0
votes
0answers
31 views
What is the difference (under the hood) between “service.py start” and “service.py test” on windows-django-tools
I am using windows-django-tools to launch the celeryd as a service.
My service.ini file looks like this:
[services]
# Services
run=celery runserver
clean=C:\Users\Max\...\python\logs\celeryd.txt
...
1
vote
1answer
206 views
Celeryd running multiple daemons
I'm attempting to use Celery with the RabbitMQ backend to run asynchronous background tasks on Fedora, and I'm finding it frustratingly unreliable. The biggest problem is that it occasionally runs the ...
0
votes
0answers
320 views
Celerybeat with Mongo Connection Error
I'm trying to set up a celery task queue with celerybeat for periodic updates on a database. My celeryd service seems to working perfectly but celerybeat keeps giving me a Connection error: [Errno ...
3
votes
0answers
305 views
How do I troubleshoot an exit timeout of celeryd when running on Heroku (error R12)?
I'm running celeryd on a Heroku dyno. When I shut it down and it has previously processed (even completed) at least one task, it doesn't shut down properly and I'm getting an error R12 (exit timeout) ...
0
votes
0answers
95 views
Celery Signal Registration and Passing Class Instances to Workers
I am currently working on an application which is highly dependent upon Celery. The application consists of subapplications, similar to the way a Django project contains apps. The purpose of doing ...
2
votes
1answer
290 views
Upstart - Django and Celeryd
I have my Ubuntu server setup so my Django project will bestarted by upstart like this:
#!/bin/bash
set -e
LOGFILE=/var/log/gunicorn/foo.log
LOGDIR=$(dirname $LOGFILE)
NUM_WORKERS=3
# ...
0
votes
0answers
215 views
Running a stand alone celeryd service on windows 2008 R2 and 2008 32 bit
I have a very simple celery consumer witch I need to run on a windows server with a specific user account.
I have the current batch file
c:
cd \
cd amqp-consumer-service
set ...
1
vote
0answers
65 views
Number of process and Currency and Pool Size in Celery
In celery 3.0, what are the relationship among Max concurrency, number of actually running processes and pool size ?
I run celery with max-currency( -c ) set to one and three celeryd processes pops ...
1
vote
1answer
259 views
Does the number of celeryd processes depend on the --concurrency setting?
We are running Celery behind Supervisor and start it with
celeryd --events --loglevel=INFO --concurrency=2
This, however, creates a process graph that is up to three layers deep and contains up to ...
2
votes
1answer
608 views
Setting Time Limit on specific task with celery
I have a task in Celery that could potentially run for 10,000 seconds while operating normally. However all the rest of my tasks should be done in less than one second. How can I set a time limit ...
0
votes
0answers
86 views
Redirect append output from standard python logger to the main celery logger
I have some logging happening in a function in one module (call it module a) which gets invoked by a bunch of different celery tasks in another module (module b) .... what I'm wondering is what is the ...
1
vote
1answer
136 views
celery tasks with returned data: doing it wrong or doing it right?
I'm learning to use celery. I have a function (in a Flask application) in somewhat pseudocode from what I've learned so far:
def do_a_task_route():
try:
result = ...
0
votes
1answer
175 views
Celeryd Worker stops processing tasks
I have a celeryd running with two workers, and watching them I see them accept 4 tasks each, process them, and then stop processing tasks. (Note that these tasks are long running, up to 2mins to ...
0
votes
0answers
203 views
Configuring multiple brokers for celery in the same process
Problem statement: how does one configure celery and celery tasks to use different brokers within the same runtime process. In our system, we have different durability requirements for different task ...
1
vote
0answers
167 views
Celerybeat shuts down immediately after start
I have a django app that is using celeryd and celerybeat. Both are set up to run as daemons.
The celerybeat tasks won't get executed because celerybeat does not start correctly. According to the logs ...
8
votes
1answer
348 views
Using celeryd as a daemon with multiple django apps?
I'm just starting using django-celery and I'd like to set celeryd running as a daemon. The instructions, however, appear to suggest that it can be configured for only one site/project at a time. Can ...
1
vote
2answers
553 views
Questions Concerning Using Celery with Multiple Load-Balanced Django Application Servers
I'm interested in using Celery for an app I'm working on. It all seems pretty straight forward, but I'm a little confused about what I need to do if I have multiple load balanced application servers. ...
1
vote
3answers
145 views
how to track revoked tasks in across multiple celeryd processes
I have a reminder type app that schedules tasks in celery using the "eta" argument. If the parameters in the reminder object changes (e.g. time of reminder), then I revoke the task previously sent and ...
2
votes
1answer
231 views
TransactionManagementError with Django Celeryd / django-celery with sqlite backend
Using Django for a small app that executes jobs in the background (mainly cron style, but also user initiated as well).
disclaimer: this is my first encounter with celeryd, ...
0
votes
1answer
250 views
using celery with pyramid and mod_wsgi
I've been able to deploy a test application by using pyramid with pserve and running pceleryd (I just send an email without blocking while it is sent).
But there's one point that I don't understand: ...
6
votes
3answers
1k views
How do I restart celery workers gracefully?
While issuing a new build to update code in workers how do I restart celery workers gracefully?
Edit:
What I intend to do is to something like this.
Worker is running, probably uploading a 100 MB ...
7
votes
4answers
3k views
How to restart Celery gracefully without delaying tasks
We use Celery with our Django webapp to manage offline tasks; some of these tasks can run up to 120 seconds.
Whenever we make any code modifications, we need to restart Celery to have it reload the ...
1
vote
1answer
275 views
Share memory areas between celery workers on one machine
I want to share small pieces of informations between my worker nodes (for example cached authorization tokens, statistics, ...) in celery.
If I create a global inside my tasks-file it's unique per ...
2
votes
1answer
525 views
Increase celery retry time each retry cycle
I do retries with celery like in the Docs-Example:
@task()
def add(x, y):
try:
...
except Exception, exc:
add.retry(exc=exc, countdown=60) # override the default and
...
0
votes
2answers
576 views
Cannot get django celeryd to work on Windows
I have a django project which runs just fine with runserver located in:
D:\EverTabs\work\evertabs-website\src\evertabs\
My settings.py and manage.py reside in the above path.
I open the trusty cmd ...
8
votes
1answer
930 views
Celery and Redis keep running out of memory
I have a Django app deployed to Heroku, with a worker process running celery (+ celerycam for monitoring). I am using RedisToGo's Redis database as a broker. I noticed that Redis keeps running out of ...
0
votes
1answer
324 views
Celery worker variable sharing issues
I am using Python and celery in a project. In the project, I have two files:
celeryconfig.py
BROKER_URL = "amqp://guest:guest@localhost:5672//"
CELERY_RESULT_BACKEND = "amqp"
CELERY_IMPORTS = ...
0
votes
1answer
548 views
How to configure and run remote celery worker correctly?
I'm new to celery and may be doing something wrong, but I already
spent a lot of trying to figure out how to configure celery
correctly.
So, in my environment I have 2 remote servers; one is main ...
0
votes
1answer
114 views
I want to have a queue that push task to worker (celeryd) depend on interval time setting
I 'm working of project that use celery, rabbitmq. I want to have right to control interval that queue push task to worker(celeryd).
1
vote
1answer
2k views
Celery in Django (RabbitMQ vs. Django Database)
I am trying to set up Django with Celery so I can send bulk emails in the background.
I am a little confused about how the different components play into Celery. Do I need to use RabbitMQ? Can I just ...
2
votes
1answer
2k views
How can I recover unacknowledged AMQP messages from other channels than my connection's own?
It seems the longer I keep my rabbitmq server running, the more trouble I have with unacknowledged messages. I would love to requeue them. In fact there seems to be an amqp command to do this, but it ...
14
votes
1answer
8k views
Celery and Python's logging inside tasks
I'm wondering how to setup a more specific logging system. All my tasks use
logger = logging.getLogger(__name__)
as a module wide logger.
I want celery to log to "celeryd.log" and my tasks to ...

