One task several times per day possible ?

Started by andika, May 08, 2017, 06:08:44 AM

andika

Hello,

I have noticed that task "Perform auto provisioning tasks like suspend/terminate " needs to be triggered 2-3 times per day manually otherwise its doing incomplete job. How can I enable this task to run 3 time per day ?

d4f

Hostbill does not allow faster intervals, however that should not be necessary. If it does an incomplete job, it's possible your PHP memory limit or max_execution_time for CLI jobs is too low, try increasing the values and logging your cron output to find any errors.

andika

Quote from: d4f on May 10, 2017, 04:21:06 AM
Hostbill does not allow faster intervals, however that should not be necessary. If it does an incomplete job, it's possible your PHP memory limit or max_execution_time for CLI jobs is too low, try increasing the values and logging your cron output to find any errors.

I will try that, thanks !