Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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).
Comments
Comment #1
fgmCurrent 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).