User Tools

Site Tools


blesta:merubah-cron-5-menit-ke-1-menit

Merubah Cron Blesta dari 5 Menit ke 1 Menit

Di Blesta billing cron minimal 5 menit, bagaimana cara merubahnya menjadi per 1 menit?

edit config/blesta.php

edit pada bagian

Configure::set('Blesta.cron_minimum_run_interval', 5);

ubah ke

Configure::set('Blesta.cron_minimum_run_interval', 1);

Kemudian ubah app/controllers/admin_company_automation.php

$intervals = [5 => 5, 10 => 10, 15 => 15, 30 => 30, 45 => 45];

ubah ke

$intervals = [1 => 1, 5 => 5, 10 => 10, 15 => 15, 30 => 30, 45 => 45];

Layanan

Harga Domain .COM | Harga Domain .ID | Shared Hosting | Email Hosting | MySQL Hosting |
blesta/merubah-cron-5-menit-ke-1-menit.txt · Last modified: 2023/09/09 02:52 by kbadmin

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki