okay but ..... 
"""
Withimmediate=True you can force the check for new tasks: it will happen at 
most as heartbeat seconds are passed
"""
clearly states that "it" is "check for new tasks".

A more-specific
"""
with immediate=True the worker will check for new tasks as soon as possible 
(without waiting 5 cycles). 
"""
to newbies could be more convoluted than the original statement...any 
suggestions ?

On Monday, June 6, 2016 at 2:05:12 PM UTC+2, Anthony wrote:
>
> On Monday, June 6, 2016 at 6:44:43 AM UTC-4, Niphlod wrote:
>
>> uhm. maybe it's not strictly clear but what immediate does is checking 
>> for new tasks (and the assigning/reassigning cycle) ASAP. There's no 
>> guarantee to do anything else (e.g. unavailable workers, single worker 
>> occupied processing a previous task, available workers but with a different 
>> group_name, etc).
>>
>> If you pinpoint the piece on the book that says they'll be picked up 
>> within hearbeat with immediate=True, we can review it
>>
>
> http://web2py.com/books/default/search/29?search=seconds+are+passed
>

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