Hey gang, is there any issue with using a celery task to spawn more celery tasks?
malinoff has quit
asksol
bmbouter: yeah, I know and the previous build passed in that branch, but looks like the test just exited
dashx: not unless you wait for the result of those tasks
maryokhin joined the channel
aljosa: autoreload implementation is borked, and I have no time to fix it
afair we just need a way to tell the child processes to restart
Iniglo has quit
also 4.0 status: we are very close to a release, but need more testing and documentation updates
there's also a memory leak with AsyncResult when using group that I'm working on fixing
juancferrer
how do i run just one test? or just the tests inside test_SQS.py??
found it. nosetests kombu.tests.transport.test_SQS. i was orignally giving it the file. lol
tcmJOE joined the channel
tcmJOE
Hi everyone, I've got a question about trying to time out processes in Celery. I've got some small bits of code where I'd like to deal with timeouts (but not the entire task) and I don't see a clean way to set this up as a bunch of async tasks, so trying to subtask -> deadlocks. Any suggestions on what to do? My serial-code uses the python signal module and just deals with timeouts that way