Cron

You can set the native WP cron and the External Cron here:
WP-Admin > Almighty Support > Configuration > Advanced > Cron.

A cron job is a scheduling and automation tool available only on a Unix system like Linux. Creating cron jobs helps improve web page load times and management efficiency, as you don’t need to execute the same tasks repeatedly.

In the case of Almighty Support, the cron job is used to:


WP Cron – the native WP cron feature is built into every WordPress installation and runs in the background. It is triggered every time the page is loaded by the admin or user.

External Cron – this is a bit more challenging configuration at first, but it is very easy to set up. It will require access to the cPanel of your hosting. If you don’t know how to access your cPanel, please consult the hosting support. Every decent hosting provider should offer a cron job. If they don’t provide access to cron jobs, then, you have two options.
Change the hosting, or, use external Cron Job services like Easy Cron

  • cPanel commands

After accessing cpanel cron jobs, this is the list of commands you can use:

Mail Queue
wget https://domain.com/?alsp_process_mailqueue > /dev/null
or
curl https://domain.com/?alsp_process_mailqueue > /dev/null

Auto Close
wget https://domain.com/?alsp_process_autoclosed_ticket  > /dev/null
or
curl https://domain.com/?alsp_process_autoclosed_ticket  > /dev/null

Remove Private Notes
wget https://domain.com/?alsp_process_remove_private_notes_ticket   > /dev/null
or
curl https://domain.com/?alsp_process_remove_private_notes_ticket   > /dev/null

Email Piping
wget https://domain.com/?alsp_process_import_emails   > /dev/null
or
curl https://domain.com/?alsp_process_import_emails   > /dev/null

Cleanup Attachments
wget https://domain.com/?alsp_process_attachment_cleanup   > /dev/null
or
curl https://domain.com/?alsp_process_attachment_cleanup   > /dev/null

  • External Cron Commands

If you decide to use external cron services like Easy Cron, then all you have to do is enter these commands:

Mail Queue : https://domain.com/?alsp_process_mailqueue
Auto Close : https://domain.com/?alsp_process_autoclosed_ticket
Remove Private Notes : https://domain.com/?alsp_process_remove_private_notes_ticket
Email piping : https://domain.com/?alsp_process_import_emails
Cleanup attachments : https://domain.com/?alsp_process_attachment_cleanup


The video tutorial on Cron:


Posted

in

by