There appears to be a major bug with the scheduler workers with 2.3.2 in tasks are stuck in the ASSIGNED state if that worker group was not the first one started. This problem did not exist until I upgraded to 2.3.2 this morning.
I have 2 task groups in my service (dir, metrics). I start the workers after starting the server like so (art is the application name): /usr/bin/python2.6 /var/www/web2py/web2py.py -K art:dir /usr/bin/python2.6 /var/www/web2py/web2py.py -K art:metrics /usr/bin/python2.6 /var/www/web2py/web2py.py -K art:rap If I start the "dir" worker first and the "metrics", my "dir" group tasks complete fine but the "metrics" group tasks are stuck in the ASSIGNED state. To prove my theory, I then killed all of the workers and stared the "metrics" worker first and then "dir" worker. As hypothesized, the "metrics" group tasks complete but the "dir" group tasks are stuck in the ASSIGNED state. Any ideas??? --

