22:29 PM
amcorreia joined the channel
22:30 PM
asksol_
I guess you could use atexit to close all connections in the connection pool
22:33 PM
from kombu import Connection; [c.close() for c in app.pool._resource.queue if isinstance(c, Connection) and c.connected]
22:34 PM
jude1: the status is in result.state, but unlikely to be anything other than pending just after calling the task
22:34 PM
jude1
I also keep getting socket closed
22:45 PM
dexterous joined the channel
22:50 PM
kennethreitz joined the channel
22:51 PM
travis-ci joined the channel
22:51 PM
travis-ci
celery/celery#3243 (master - 22eba29 : Ask Solem): The build was broken.
22:51 PM
22:51 PM
22:51 PM
travis-ci has left the channel
22:53 PM
travis-ci joined the channel
22:53 PM
celery/celery#3244 (master - da43974 : Ask Solem): The build was broken.
22:53 PM
22:53 PM
22:53 PM
travis-ci has left the channel
23:11 PM
dexterous has left the channel
23:14 PM
dascodeman has quit
23:16 PM
the_rat has quit
23:21 PM
cjhubert joined the channel
23:26 PM
jude1 has quit
23:26 PM
maryokhin joined the channel
23:26 PM
maryokhin has left the channel
23:27 PM
citizen-stig joined the channel
23:35 PM
jonathangordon has quit
23:39 PM
gnoze5 has quit
23:43 PM
atomekk has quit
23:43 PM
rickmak_ joined the channel
23:51 PM
Buttons840 joined the channel
23:51 PM
Buttons840
i am running my workers with -Ofair (when I look at the running workers with ps I can see they have the -Ofair flag set), but when I do app.control.inspect().reserved() i get several jobs returned
23:52 PM
does this seem unusual?