cron job

#1
Hello,

I use a google server with litespeed to run wordpress with woocommerce, only one site. I disable cron from the wp-config.php and add a cron jobs in cyberpanel (I do not sure if i put it right, but I red many forum before) wget https://dulcesalud.cl/wp-cron.php. Besides to know if I put the right command (also tried wget -q -O – https://dulcesalud.cl/wp-cron.php &> /dev/null), I get this kind of alert from wordpress that I could not resolve yet and make my website slow for short periods, but many on the day:
1. The scheduled event, litespeed_task_lqip, is delayed........
2. The scheduled event, nx_cron_update_data, is delayed........
3. The scheduled event, woocommerce_cancel_unpaid_orders, is delayed........
Between others.

Hope someone could help me
 

qtwrk

Well-Known Member
#2
try a test command like

Code:
echo "$(date)" > /home/yourdomain.com/test.txt
see if cron works properly or not
 

qtwrk

Well-Known Member
#8
make it like every 10 minutes or something like that , then wait for 10 or 20 minutes, check if that test.txt got any content shows up
 
#14
please someone help me with this, I think it is not difficult to solve for one with the knowledge, I am just a user who built my website from scratch learning in the forum, but I have been almost two months trying to solve the problem with cron jobs that make my website get sticks
 
#15
I moved from openlitespeed to litespeed, but the problem stay. I found that I can config cron jobs on google server, but I red that could be better on cyberpanel.
 
Top