I've been going through source code trying to find how Celery/Kombu serializes task arguments and couldn't find anything
I use JSON as task serializer but task arguments are put in a string and that string is not json
I'm getting task dict from "celery_app.control.inspect().active()"
and args inside task dict serialized to what looks like a simple str() obj-to-string output
I don't like the idea of deserializing those using eval. Any tips?
domino14 joined the channel
domino14 has quit
saurabhjha has quit
saurabhjha joined the channel
the_rat joined the channel
the_rat has quit
the_rat joined the channel
the_rat has quit
the_rat joined the channel
the_rat has quit
the_rat joined the channel
the_rat has quit
domino14 joined the channel
cjhubert joined the channel
the_rat joined the channel
bmbouter
asksol: the build failures were against kombu
saurabhjha has quit
saurabhjha joined the channel
saurabhjha has quit
saurabhjha joined the channel
the_rat has quit
elyssonmr joined the channel
Ergo has quit
maryokhin joined the channel
saurabhjha joined the channel
saurabhjha has quit
saurabhjha joined the channel
domino14 joined the channel
nickabbey joined the channel
nickabbey joined the channel
nickabbey has quit
nickabbey joined the channel
nickabbey joined the channel
sbhawsin joined the channel
Ergo joined the channel
acangiani joined the channel
drag0niu1 is now known as drag0nius
linkedinyou joined the channel
saurabhjha has quit
traut has quit
amcm joined the channel
amcm has quit
amcm joined the channel
domino14 joined the channel
saurabhjha joined the channel
saurabhjha joined the channel
shredding joined the channel
traut joined the channel
fakenullie joined the channel
fakenullie
Hi. How can I apply shared_task decorator to chain?
elyssonmr has quit
elyssonmr joined the channel
foist joined the channel
i.e. how can I define a task which is chain of tasks
aljosa
celery autoreload doesn't work for me which is annoying in dev mode. any way to remove python imports from cache and actually reload changed tasks? currently it detects change but uses old code