• Hi all,

    I’m having a problem with wp_cron and http_request in my project.

    I’m running the superb plugin Query Monitor to debug and develop the project.

    The plugin occasionally throws the following notice.

    Http Request

    POST (non-blocking)
    http://localhost/miproyecto/wp-cron.php
    ?doing_wp_cron=1405092039.6388618946075439453125

    Response
    Operation timed out after 1001 milliseconds with 0 bytes received

    Transport
    curl

    The stack

    WP_Http->request()
    WP_Http->post()
    wp_remote_post()
    spawn_cron()
    wp_cron()
    do_action('init')	Core	0.01	1,0024

    I can’t disable the wp_cron, and ALTERNATE_WP_CRON is not an alternative.
    The alert is showing in localhost and in production server.

    I’m stuck with this issue!

Viewing 1 replies (of 1 total)
  • i have the same issue. Some time wp debug shows:

    HTTP Request
    POST (non-blocking)
    http://localhost/wp-cron.php
    ?doing_wp_cron=1410964781.9733541011810302734375

    Response
    Operation timed out after 1001 milliseconds with 0 bytes received

    Transport
    curl

    Call Stack
    WP_Http->request()
    WP_Http->post()
    wp_remote_post()
    spawn_cron()
    wp_cron()
    do_action(‘init’)

    Component
    Core

    Timeout
    0.01

    Time
    1,0029

Viewing 1 replies (of 1 total)
  • The topic ‘wp_cron http_request error’ is closed to new replies.