Re: [web2py] Re: another scheduler Q

2013-04-05 Thread Yoel Benítez Fonseca
El 5.4.2013 6:47 am, Niphlod escribió: what db are you using ? postgres, is the same database shared between servers On Friday, April 5, 2013 6:24:13 AM UTC+2, Yoel Benitez Fonseca wrote: i have this setup: 2 severs with the same web2py app installed, each of then run a scheluder worker

Re: [web2py] Re: another scheduler Q

2013-04-05 Thread Niphlod
this is the second time the issue is posted and yet I can't find a way to reproduce it It's true that I'm running two scheduler processes on the same machine vs one scheduler on on machine and the other on another separate one, but as far as the assign algorithm is concerned, as long as

Re: [web2py] Re: another scheduler Q

2013-04-05 Thread Yoel Benítez Fonseca
El 5.4.2013 2:57 pm, Niphlod escribió: this is the second time the issue is posted and yet I can't find a way to reproduce it It's true that I'm running two scheduler processes on the same machine vs one scheduler on on machine and the other on another separate one, but as far as the

Re: [web2py] Re: another scheduler Q

2013-04-05 Thread Niphlod
I get that if you manually force them to pick tasks from different groups they are processed, but different schedulers with the same group name should receive the same amount of tasks anyway. On Friday, April 5, 2013 9:17:23 PM UTC+2, Yoel Benitez Fonseca wrote: El 5.4.2013 2:57 pm, Niphlod

Re: [web2py] Re: another scheduler Q

2013-04-05 Thread Niphlod
more on the matter this is the result of 600 queued tasks all in the main group, with two different schedulers started with -K appname, with postgresql select assigned_worker_name, status, count(*) as howmany from scheduler_task group by assigned_worker_name, status

Re: [web2py] Re: another scheduler Q

2013-04-05 Thread Yoel Benítez Fonseca
El vie, 05-04-2013 a las 13:17 -0700, Niphlod escribió: more on the matter this is the result of 600 queued tasks all in the main group, with two different schedulers started with -K appname, with postgresql select assigned_worker_name, status, count(*) as howmany from scheduler_task