Evolution #1509
closed
cron system is not working when main PHP script is called at random frequency
Added by Simon about 1 year ago.
Updated about 1 year ago.
Description
For example, OVH call the script hourly with minute set randomly :
53 * * * *
- Subject changed from cron system not working when main PHP script is called at random frequency to cron system is not working when main PHP script is called at random frequency
In that case, copy / paste cron/1_default into cron/0_default file :
And adapt default content from :
@daily ../newsletter/send.php
@daily ../project/task-reminder.php
*/10 * * * * ../mail/process_queue.php
to :
53 2 * * * ../newsletter/send.php
53 8 * * * ../project/task-reminder.php
53 * * * * ../mail/process_queue.php
- Status changed from Nouveau to Fermé
- Estimated time changed from 2.00 h to 0.50 h
- % Done changed from 0 to 100
- Related to Anomalie #1468: backup plugin not working with cron ? added
- Related to Evolution #1510: Backup plugin - ability to set minute via UI added
- Related to Evolution #1511: add explicit cron syntax in default cron file added
Also available in: Atom
PDF