I've tested latest trunk as well as web2py_1.67.2 binary on Windows
platform. Both can call the cron job. In source code version it can
print an error traceback on the console, while in binary version it
can only print
  WARNING:root:WEB2PY CRON Call returned code 255:
but not a big deal.

So, it seems the new cron.py does not break anything. :-)

On Oct2, 11:21am, mdipierro <[email protected]> wrote:
> there is a new cron in trunk that fixes some issues.
>
> I really need two testers:
> - one for linux
> - one for windows (both source and binary)
>
> 1) make an app a0 and in the controller default.py create a function
> def testme(): 1/0
>
> 2) make a corontab for a0 that contains
> */1 * * * * root *default/testme
> do you get the 1/0 error in console?
>
> 2) make a corontab for a0 that contains
> */1 * * * * root **default/testme
> do you get the 1/0 error in console?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to