My need of a "Run now" was only to run the code of a task for debugging
purposes.

when i´m building a task i need to test the code  as i write so i
repeatedly have to change the next run minute and wait like a sitting duck
for it to happen.
Is there a better way ?

Thank you





2014-10-14 20:42 GMT+01:00 Niphlod <[email protected]>:

> I could say in the same manner "please queue a task without any
> parameters" to get it running right away, or "code your own button"
> In any case, we won't add such a button because you're missing the
> difference between a "function" and a "task".
> If you need to run a function "now", either queue it as a task without
> parameters or execute it from the shell.
>
> A task is much more than a function: it can be configured to run only in
> certain timeframes (start_time, stop_time), to be repeating, to recover
> automatically from exceptions (repeat_failed), to stop after n failures, to
> be disabled at all, to run n times per hour (rate-limiting), have different
> args and vars, assigned to a particular group of workers, etc etc etc.
>
> Summary: "run now" makes sense only under some very strict condition, that
> don't apply to every usecase scenario.
>
> On Tuesday, October 14, 2014 4:24:02 PM UTC+2, Ramos wrote:
>>
>> Please add a "Run Now" Button
>>
>> 2014-10-14 15:16 GMT+01:00 António Ramos <[email protected]>:
>>
>>> ARGHHHH
>>>
>>> THANK YOU!
>>>
>>>  --
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to