Ejemplo n.º 1
0
 public function run()
 {
     CronJob::insert([['name_011' => 'Check messages to send', 'package_id_011' => 4, 'cron_expression_011' => '*/5 * * * *', 'key_011' => '08', 'last_run_011' => 0, 'next_run_011' => 0, 'active_011' => 1]]);
 }
Ejemplo n.º 2
0
 public function run()
 {
     CronJob::insert([['name_011' => 'Check to create advanced search exports', 'package_id_011' => 2, 'cron_expression_011' => '*/2 * * * *', 'key_011' => '10', 'last_run_011' => 0, 'next_run_011' => 0, 'active_011' => 1], ['name_011' => 'Check to delivery reports task', 'package_id_011' => 2, 'cron_expression_011' => '0 0 * * *', 'key_011' => '11', 'last_run_011' => 0, 'next_run_011' => 0, 'active_011' => 1]]);
 }
Ejemplo n.º 3
0
 public function run()
 {
     CronJob::insert([['name_011' => 'Check to create campaigns', 'package_id_011' => 5, 'cron_expression_011' => '*/4 * * * *', 'key_011' => '03', 'last_run_011' => 0, 'next_run_011' => 0, 'active_011' => 1], ['name_011' => 'Check to send emails', 'package_id_011' => 5, 'cron_expression_011' => '*/2 * * * *', 'key_011' => '04', 'last_run_011' => 0, 'next_run_011' => 0, 'active_011' => 1], ['name_011' => 'Check to bounced emails', 'package_id_011' => 5, 'cron_expression_011' => '*/5 * * * *', 'key_011' => '07', 'last_run_011' => 0, 'next_run_011' => 0, 'active_011' => 1]]);
 }
Ejemplo n.º 4
0
 public function run()
 {
     CronJob::insert([['name_011' => 'Check to create voucher', 'package_id_011' => 11, 'cron_expression_011' => '*/5 * * * *', 'key_011' => '09', 'last_run_011' => 0, 'next_run_011' => 0, 'active_011' => 1]]);
 }