>
>
>
> Each time I click the link, one test task will be created. But if I click 
> twice, the two initiated tasks are always assigned to the same worker, and 
> I need to wait until one task to be completed to run the other one. I am 
> not sure if it is a bug or not. Is there any way to make the scheduler to 
> assign tasks the same way as scenario 1 in the case of scenario 2?
>
>
uhm. can you please use different names between the controller scheduling 
the task and the task itself ?

that being said, there's no difference in how you queue task, in regards of 
assignment: assignments are outside application control (it's a "fixed" 
piece of code running inside the scheduler) so there's really something 
weird going on with either your setup or your app.

-- 
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