Is there a way to make it run only once every day at say 2:00AM?

Thanks!

Comments

fgm’s picture

Status: Active » Closed (works as designed)

Current versions of poormanscron only use a "minimal delay between runs" scheme, not a "periodic" scheme. It might be interesting to add this feature, will you code it ?

In the meantime, your best bet for this is to run an external scheduler on your host invoking cron at predefined times. If your hosting company does not offer this service, you can set it on your PC using your own cron (Linux/UNIX) or Windows scheduled tasks).