i use celery with a supervisord. i had started celery (a few days ago) with concurrency set to 10. somehow i see only 2 poolworkers and the mainprocess running now. shouldn't the main process take care of spawning workers to maintain the concurrency set initially?
..and now how do i find why these workers died?
asksol
it should definitely replace them, check the worker logs maybe?
you can set the MP_LOG=1 envvar to get more related logging
mher has quit
Wessie has quit
Wessie joined the channel
mikedizon has quit
ineedarobot has quit
ineedarobot joined the channel
Coalpaw joined the channel
mher joined the channel
sgviking has quit
gtaylor_afk is now known as gtaylor
mikedizon joined the channel
ianawilson has quit
yci has quit
alzeih has quit
yci joined the channel
ianawilson joined the channel
alzeih joined the channel
mikedizon has quit
mikedizon joined the channel
italorossi has quit
italorossi joined the channel
shalabhaggarwal joined the channel
italorossi has quit
mikedizon has quit
mikedizon joined the channel
mikedizon has quit
going to release 3.0.20 tomorrow, would be happy if someone could test the 3.0 branch
BlindHunter has quit
zmsmith joined the channel
BlindHunter joined the channel
italorossi joined the channel
sgviking joined the channel
mikedizon joined the channel
mikedizon has quit
fayaz has quit
mvt has quit
mvt joined the channel
Wertax has quit
mikedizon joined the channel
Ergo^ has quit
Ergo^ joined the channel
gtaylor has quit
gtaylor joined the channel
stack has quit
stack joined the channel
Diranged joined the channel
Diranged
asksol: anything I can do to help with celery issue #1129?
the_rat has quit
the_rat joined the channel
the_rat_ joined the channel
the_rat has quit
frogythegreat joined the channel
frogythegreat
hi all. This is showing up under the config section of our flower interface: errorValueError("Unsupported type: <type 'method-wrapper'>",) and it's not reporting on the workers. though they seem to be running. Any ideas for TS?
tuxtoti has quit
the_rat_ has quit
the_rat joined the channel
asksol
Diranged: well, you can fix the leak ;)
frogythegreat: probably the configuration was not json serializable
Diranged: I have no idea where it's leaking yet, even replacing it with weakref it leaks 1MB per task
Diranged
asksol: :P
asksol: yeah you should see the graphs of our celery workers.. ugh..
frogythegreat
asksol: thx. I'm pretty sure I haven't changed anything about the configs from the default pip installs. I can see tasks on the tasks tab, and while the queues are listed on the Workers tab, their info in the table is all empty
abe_music joined the channel
Coalpaw has quit
Coalpaw joined the channel
shalabhaggarwal has quit
tuxtoti joined the channel
Ergo^ has quit
sgviking_ joined the channel
sgviking_ has left the channel
Coalpaw_ joined the channel
asksol
frogythegreat: I added some serialization support to that recently, e.g. kombu Queue instances etc
frogythegreat
askol: ok, pardon the newbness, but not sure I understand?
the_rat has quit
the_rat joined the channel
Coalpaw has quit
rcleere joined the channel
alszar joined the channel
moodh has quit
asksol
json has a small set of built-in types, but I have added more types in the development version