Actually I'm looking at my cron right now and am pretty confused. Does 
anyone know how external cron works exactly?

In my /etc/crontab, I have:
0-59/1 * * * * cd /var/web2py && python web2py.py -C -D 1 > /dev/null 2>&1

In /var/web2py/applications/init/cron/crontab, I have:
*/6 * * * * root *cron/release_pending_orders
*/1 * * * * root *cron/expire_items
*/1 * * * * root *cron/mail_queue
*/1 * * * * root *cron/email_watchlist
0 2 * * * root *cron/google_feed
30 2 * * * root *cron/bing_feed

My setup is Nginx + uWSGI + Ubuntu

The */1 jobs seem to be running but I'm not sure the other ones are.

Reply via email to