Fixed this (no .py) but still not working: cron/crontab: #run every 2 minutes */2 * * * * root *cron/release_pending_items
I've also tried: cron/crontab: #run every 2 minutes */2 * * * * root *applications/myapp/cron/release_pending_items.py Is there any way to determine if cron is functioning? Do I need to restart the server if I make changes (side note: when I stop the server and then start it, it seems to stall and I have to quit out of web2py and re-run).

