After upgrading web2py from 1.81.4 to latest 1.87.3, cron jobs at @reboot stopped working. This is my crontab file:
#crontab * * * * * root *cron/pollsensors * * * * * root *cron/checkschedule 0 0 * * * root *cron/cleandata @reboot root *cron/cleandata @reboot root *cron/pollingloop The two last jobs simply won't start. Reverting to 1.81.4 works. Any idea? How can I download previous versions to track where it stopped working? Thanks very much.

