Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter dbs1990

    (@dbs1990)

    Hi,

    I believe my cron job is set up correctly.

    I have disabled the default WordPress cron (DISABLE_WP_CRON) and I am using a server-side cron with the following command:

    8,38 * * * * php -q “/home/hostmap/domains/mydomain.be/public_html/wp-cron.php” >> /home/hostmap/domains/wp-cron.log 2>&1

    However, I’m experiencing inconsistent behavior across different sites:

    • On some sites, every 30 minutes one crawler thread completes normally.
    • On other sites, the crawler sometimes progresses, but often nothing happens at all.
    • In some cases, the crawler remains stuck on “end” for an entire day.
    • Occasionally, I also see a “stopped_reset” status.

    So even though the cron seems to be running, the crawler behavior is very inconsistent.

    Has anyone experienced similar issues or has an idea what could be causing this?

    Thanks in advance!

    • This reply was modified 1 month, 3 weeks ago by dbs1990.
    • This reply was modified 1 month, 3 weeks ago by dbs1990.
Viewing 1 replies (of 1 total)