• Resolved wantyq

    (@wantyq)


    Hey guys,

    I just recently a warning message which says that WP cron is disabled in configurations file. Yes, some time ago I switched from WP cron to the real cron job. Now I’m using this cron job

    cd /home/customer/www/domain.com/public_html; wp cron event run –due-now >/dev/null 2>&1

    After switching to the real cron job I didn’t notice any problems with my current feed list that I have. So I just want to understand if there is a big difference what kind of cron job I’m using?

Viewing 1 replies (of 1 total)
  • Jeff Alvarez

    (@jeffwuzhere)

    Hi @wantyq ,

    Use-case wise they more or less do the same job where it refreshes the feed. The warning is there as our plugin mainly uses WP-Cron to handle the feed refresh. Hence, the error. You can safely ignore it if you are using server-side or other ways of cron/method to update the feed.

Viewing 1 replies (of 1 total)
  • The topic ‘Cron job’ is closed to new replies.