Questions tagged as 'cron'

1
answer

Error Laravel: [ReflectionException] Class App \ Units \ Commands \ Inspire does not exist

I'm getting this error: ConsoleKernel.php code <?php namespace App\Units; use Illuminate\Console\Scheduling\Schedule; use Illuminate\Foundation\Console\Kernel; use App\Console\Commands\EnvioEmailBlCron; class ConsoleKernel extends K...
asked by 30.10.2017 / 19:11
1
answer

Run a Cpanel cron URL [duplicate]

I need to run a URL at 19:00 every day. I tried to do the cron job of cpanel, but the url is not executed. curl -s -o /dev/null http://minhaurl.com.br/index.php/sms/enviodiario What would be wrong?     
asked by 09.09.2016 / 00:39
1
answer

Doubts in the operation of a CRON task, No and how to SCHEDULE, but the same function [duplicate]

I have a question in a task schedule on CRON and would like more clarification on how it works. If I have a task running every minute, and this task for example takes longer than 1 minute, EX: I have a report with more than 20,000 lines and...
asked by 03.09.2018 / 22:06
2
answers

Cron Job - Not working

<?php include $_SERVER['DOCUMENT_ROOT'].'/aaa/core/database/connect.php'; include $_SERVER['DOCUMENT_ROOT'].'/aaa/functions/general.php'; include $_SERVER['DOCUMENT_ROOT'].'/aaa/functions/users.php'; $sql = $conn->query("SELECT 'user_id' F...
asked by 01.02.2016 / 19:46
2
answers

How to save a file in Vim [closed]

I'm connecting to the UOL hosting by SSH to schedule a cron job. I can type the schedule, but I do not know how to save, give CTRL+S in the terminal I think it does not work and I do not know which command to use. The terminal screen look...
asked by 30.10.2015 / 23:58