• Hi,

    I need to run this once a minute for all FTP processing and other maintenance actions:
    curl -silent -A ‘Mozilla’ ‘https://www.mysite.com/?c=1&ss_c=33xxxxxxxxxxxxxxxx2′ >/dev/null 2>&1
    Now I’m manually running it and it works

    I don’t have Cpanel then I added a PHP cron event in WP Crontrol plugin
    wp_remote_get(get_site_url().”/?c=1&ss_c=33xxxxxxxxxxxxxxxx2″);

    it’s configured properly and running every minute, but I’m not getting FTP processing and other maintenance actions as in manual

    Any suggestion?

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    WP Cron is not a guaranteed system, and should not be used for events that need to happen on a specific timing.

    If you absolutely need something to run at a specific moment, use a real cronjob, not anything in WordPress.

Viewing 1 replies (of 1 total)
  • The topic ‘wp_remote_get URL in WP Crontrol’ is closed to new replies.