[web2py] Re: Scheduler not reassigning task after restart

2015-11-11 Thread Niphlod
this is handled automatically by each and every worker every 5 cycles (with default heartbeat of 3 seconds, it's 15 seconds). You can "force" the job that is done every 5 cycles setting "PICK" as a status on the workers. That being said, if it doesn't add up in your environment you'd better

[web2py] Re: Scheduler not reassigning task after restart

2015-11-11 Thread Benson Myrtil
This problem appeared to fix itself. I woke up this morning and all the task were finally reassigned. Thanks! On Tuesday, November 10, 2015 at 3:33:38 PM UTC-5, Benson Myrtil wrote: > > I am running on a windows server 2008. I have nssm setup which manages my > 4 worker nodes. The workers

[web2py] Re: Scheduler not reassigning task after restart

2015-11-11 Thread Benson Myrtil
Thank you for the tip about changing the status to PICK. Ill use that next time if this ever occurs again. On Wednesday, November 11, 2015 at 5:25:30 AM UTC-5, Niphlod wrote: > > this is handled automatically by each and every worker every 5 cycles > (with default heartbeat of 3 seconds, it's