Hi! Celery newbie here. Sorry if I'm asking a stupid question. I wanted to perform several parallel tasks, and wait for them to finish inside a task. This is forbidden by the docs (call result.get() within a task! stuped!). So if I wanted to perform, for example several queries to a remote api inside a task, what would be the prefered approach? Using chord? Is callbacks a common thing here? How about handing errors, timeouts, etc with those callbacks?
hi, is there a way of writing some kind of filter that automatically adds my custom request ID to all task calls transparently?
malinoff has quit
the closest thing I've found is writing a custom serialiser that adds it in but that feels like a hack
clokep_tb1 joined the channel
clokep_tb has quit
clokep_tb1 is now known as clokep_tb
fission6 has quit
fission6 joined the channel
jdickers joined the channel
Diemuzi joined the channel
Diemuzi has quit
Diemuzi joined the channel
disconnect3d joined the channel
disconnect3d
hey, is there a way to make database result backend save task arguments as well?
fission6 has quit
subho joined the channel
fission6 joined the channel
robyoung has quit
s-j-b joined the channel
s-j-b
Hey! I'm having some issues in Celery that I think are due to RabbitMQ failures--my workers have almost no tasks running, and yet no tasks are being picked up from the queue
I looked at my rabbitMQ logs and they show "accepting AMQP connection" --> "connection_closed_abruptly" several times every couple minutes
I would love some support or troubleshooting tips--in the meantime I'm trying a couple fixes
atomekk has quit
KeyJoo joined the channel
niska has quit
niska joined the channel
the_rat is now known as the_rat__
the_rat joined the channel
the_rat__ has quit
malinoff joined the channel
s-j-b has quit
dlam joined the channel
dlam
is there a command to display what jobs `celery beat` loaded with?
lavalamp joined the channel
oh oh figured it out maybe: i can `shelve.open("celerybeat-schedule")` and look at that
fission6 has quit
ogny joined the channel
travis-ci joined the channel
travis-ci
celery/celery#5131 (master - 9ce3df9 : Dan Wilson): The build has errored.