are there any known issues with dumping a task in to rabbit with task.delay() but it not reaching rabbit?
or any debugging i can turn on to get more insight in to what may be happening? it seems like my tasks aren't reaching rabbit
cjellick has quit
becks__ has quit
jessepollak has quit
kanzure joined the channel
noisewaterphd_ joined the channel
cjellick joined the channel
cjellick has quit
Nizumzen has quit
kate_r joined the channel
kate_r has quit
Frosh_ has quit
georgeirwin joined the channel
ionelmc joined the channel
ionelmc
D
georgeirwin has quit
[o__o] has left the channel
[o__o] joined the channel
BHSPiMonkey joined the channel
georgeirwin joined the channel
DctrWatson joined the channel
celhead has quit
fayaz joined the channel
noisewaterphd_ has quit
DctrWatson has quit
DctrWatson joined the channel
DctrWatson has quit
DctrWatson joined the channel
anuvrat joined the channel
Manganeez
If anyone's wondering, I realized where that JSON serialization was coming from (even though I had all serializers set to pickle): I didn't realize that the "celery call" command does not itself honor the config. It provides a command line parameter to set the serializer, but it defaults to json for to serialize the task it generates.
ionelmc has quit
domino14 has quit
the_rat joined the channel
the_rat has quit
georgeirwin has quit
georgeirwin joined the channel
atomekk joined the channel
dega joined the channel
fayaz_ joined the channel
fayaz has quit
domino14 joined the channel
jessepollak joined the channel
negval joined the channel
jessepollak has quit
dom joined the channel
dom has quit
dom__ joined the channel
y1r joined the channel
dom__ has quit
dom__ joined the channel
Nizumzen joined the channel
DctrWatson has quit
dom__ has quit
DctrWatson joined the channel
y1r has quit
dom__ joined the channel
the_rat joined the channel
DctrWatson has quit
DctrWatson joined the channel
the_rat has quit
cjellick joined the channel
cjellick has quit
surabujin joined the channel
ionelmc joined the channel
georgeirwin has quit
_mdg joined the channel
scott_w joined the channel
ibeex joined the channel
edulix_ is now known as edulix
jalan_work has quit
jalan_work joined the channel
Nizumzen has quit
_mdg has quit
dom__ has quit
frgtn_ has quit
dom__ joined the channel
Nizumzen joined the channel
domino14 has quit
dom__ has quit
dom__ joined the channel
johnraz joined the channel
dom__ has quit
djapo has quit
17SAAKRNV joined the channel
frgtn joined the channel
frgtn_ joined the channel
frgtn_ has quit
_mdg joined the channel
_mdg
Hi all. Is it a bad thing to use a classmethod (I mean, methods with @classmethod decorator, which get the class as first parameter) as celery task?
frgtn has quit
dom__ joined the channel
jdiez has quit
domino14 joined the channel
edulix has quit
edulix joined the channel
jdiez joined the channel
jdiez is now known as Guest44376
but, most of all.. Is it safe to call a 'normal' python method from a task?