http://pastebin.com/K5vZX433 (Celery 3.1.25) - how to prevent this (see pastebin) from happening? I send task only once and as you can see, it is processed by multiple workers at the same time... This is ridiculous and annoying!
see, i checked -- all these workers are running the same task
blusky
are those delayed task, and are you using redis ?
Dejan
i did send_task() once
and multiple workers started running it
i use all defaults
no fancy exchanges, etc
if you see the pastebin, the '5bf971b7-c2d2-47a1-9e3e-abec6c3c7ab4' task is running on at least 3 workers
and I triggered it just once
blusky
can't help you more than I know :/ I'm kind of a newbie with celery and only know how to copy/paste stackoverflox fixes :-)
Dejan
lolz
i am no better myself
italorossi joined the channel
sp1rs has quit
razu_ is now known as razu
sp1rs joined the channel
malinoff joined the channel
italorossi has quit
italorossi joined the channel
italorossi has quit
italorossi joined the channel
italorossi has quit
italorossi joined the channel
italorossi has quit
italorossi joined the channel
malinoff has quit
mihaj has quit
italoros_ joined the channel
italorossi has quit
sp1rs has quit
sp1rs_ joined the channel
italoros_ has quit
malinoff joined the channel
ljosberinn joined the channel
malinoff has quit
darvon has quit
darvon joined the channel
kingplusplus has quit
nicksloan joined the channel
malinoff joined the channel
mfilipe
i'm trying to run a celery-4.0.2 using pickle but i always see the error "ContentDisallowed('Refusing to deserialize untrusted content of type pickle (application/x-python-serialize)',)". i configured celery like app.conf.update(task_serializer='pickle', result_serializer='pickle'). what am i missing?
Hi. We are considering to use Celery with SQS as a broker and I've been told that "Celery creates randomly named queues for its interim usage and don't clean up them". Can someone confirm if this is still the case with Celery 4.x or is there a simple way to test this?
blusky has left the channel
atomekk joined the channel
kingplusplus joined the channel
sp1rs_ has quit
Dejan
I wonder whether someone is working on having Celery in conda package repo...
(yes, I know I can simply pip install it inside a conda environment)
italorossi joined the channel
malinoff
mike_k: use rabbitmq, don't use sqs
nicksloan has quit
kingplusplus has quit
mike_k
malinoff, unfortunately there is a bit of admin overhead to set that up and maintain... If you have experience with SQS to share that would be awesome. Otherwise we might look into using Redis, which has it's own shortcomings.
fgd joined the channel
nicksloan joined the channel
sp1rs joined the channel
lkannan joined the channel
Dejan will greatly appreciate if someone finds time and answers the following SO question: http://stackoverflow.com/questions/41119046/how-to-prevent-multiple-workers-from-running-a-task-sent-only-once
fpokorny joined the channel
fpokorny
hi! has anyone tried to run Celery with SQS and JSON as a serialization method? it looks like it is not serializing
travis-ci joined the channel
travis-ci
celery/kombu#1412 (master - 6998986 : Dmitry Dygalo): The build was fixed.