Dilbert
Member
Back in January I see I had an automatic update. There were a few before that too.
Here are my crons from the admin section
Here are the crons listed in cPanel.
Am I missing some? I haven't made any changes since the last time it ran in January.
Thank you
Here are my crons from the admin section
Description | Cronjob |
---|---|
Campaigns sender, runs each minute. | * * * * * /opt/cpanel/ea-php74/root/usr/bin/php -q /home/pathlabt/public_html/newsletter/apps/console/console.php send-campaigns >/dev/null 2>&1 |
Transactional email sender, runs once at 2 minutes. | */2 * * * * /opt/cpanel/ea-php74/root/usr/bin/php -q /home/pathlabt/public_html/newsletter/apps/console/console.php send-transactional-emails >/dev/null 2>&1 |
Bounce handler, runs once at 10 minutes. | */10 * * * * /opt/cpanel/ea-php74/root/usr/bin/php -q /home/pathlabt/public_html/newsletter/apps/console/console.php bounce-handler >/dev/null 2>&1 |
Feedback loop handler, runs once at 20 minutes. | */20 * * * * /opt/cpanel/ea-php74/root/usr/bin/php -q /home/pathlabt/public_html/newsletter/apps/console/console.php feedback-loop-handler >/dev/null 2>&1 |
Delivery/Bounce processor, runs once at 3 minutes. | */3 * * * * /opt/cpanel/ea-php74/root/usr/bin/php -q /home/pathlabt/public_html/newsletter/apps/console/console.php process-delivery-and-bounce-log >/dev/null 2>&1 |
Various tasks, runs each hour. | 0 * * * * /opt/cpanel/ea-php74/root/usr/bin/php -q /home/pathlabt/public_html/newsletter/apps/console/console.php hourly >/dev/null 2>&1 |
Daily cleaner, runs once a day. | 0 0 * * * /opt/cpanel/ea-php74/root/usr/bin/php -q /home/pathlabt/public_html/newsletter/apps/console/console.php daily >/dev/null 2>&1 |
Here are the crons listed in cPanel.
Am I missing some? I haven't made any changes since the last time it ran in January.
Thank you