This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

When is cronjob triggered?

Home Forums Product Support Forums Ajax Search Pro for WordPress Support When is cronjob triggered?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47610
    chrigifrickchrigifrick
    Participant

    Hi guys

    We disable wp_cron by default, so your cronjob wouldn’t be triggered.

    When exactly is your cronjob triggered?
    And can we create a cronjob on the server side?

    We also do this with WP-Rocket, our caching plugin, for example:
    wget -q -O – https://yourdomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

    Thanks & Best regards
    Chrigi

    #47617
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Cronjobs are registered to wp_cron, I’m not sure if it’s possible to trigger them without having the wp_cron enabled.

    However if you can trigger the cron with that command and it’s working on other plugins, then it will also trigger the registered search cronjobs. Make sure it’s enabled on the back-end here: https://i.imgur.com/buuRp6U.png

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.