task = scheduler.queue_task(tab_run, 
pvars=dict(tab_file_name=tab_file_name, the_form_file=the_form_file), 
timeout=60 * 60 * 24, sync_output=2, immediate=False, 
group_name=scheduler_group_name)

anything look amiss here?

On Tuesday, August 16, 2016 at 2:14:38 PM UTC-4, Dave S wrote:
>
>
>
> On Tuesday, August 16, 2016 at 9:38:09 AM UTC-7, Jason Solack wrote:
>>
>> Hello all, i am having a situation where my scheduled jobs are being 
>> picked up by multiple workers.  My last task was picked up by all 12 
>> workers and is crushing the machines.  This is a load balanced machine with 
>> 3 machine and 4 workers on each machine.  has anyone experienced something 
>> like this?
>>
>> Thanks for your help in advance!
>>
>> jason
>>
>
> What does your queue_task() code look like?
>
> /dps
>  
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to