Actions
Evolution #1509
closedcron system is not working when main PHP script is called at random frequency
Start date:
10/02/2023
Due date:
% Done:
100%
Estimated time:
0.50 h
Resolution:
Description
For example, OVH call the script hourly with minute set randomly :
53 * * * *
Updated by Simon about 1 year ago
- 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
Updated by Simon about 1 year ago
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
Updated by Simon about 1 year ago
- Status changed from Nouveau to Fermé
- Estimated time changed from 2.00 h to 0.50 h
Updated by Simon about 1 year ago
- Related to Anomalie #1468: backup plugin not working with cron ? added
Updated by Simon about 1 year ago
- Related to Evolution #1510: Backup plugin - ability to set minute via UI added
Updated by Simon about 1 year ago
- Related to Evolution #1511: add explicit cron syntax in default cron file added
Actions