• Resolved jk_gabba

    (@jk_gabba)


    We’re running a wordpress site with “subscriptions” and recently the woocommerce scheduled action:

    woocommerce_scheduled_subscription_payment

    Has started timing out, with nothing in the error log, or elsewhere to suggest its a script issue, the script also works if executed manually, does litespeed need the async request whitelisting or bypassing in someway, is it being cached and so not validating? or does litespeed cause issues with loopback requests?

    2022-06-13 08:46:05 +0000
    action created
    2022-06-13 08:47:36 +0000
    action started via Async Request
    2022-06-13 08:53:51 +0000
    action timed out after 300 seconds`

    Thanks,
    Jacob

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Please provide the report number

    you can get it in toolbox -> report -> click “send to LiteSpeed”

    Thread Starter jk_gabba

    (@jk_gabba)

    thats just giving me “Failed to request via WordPress: [server] https://api.quic.cloud [service] wp/report”

    Plugin Support qtwrk

    (@qtwrk)

    please try create a php file with code

    <?php
    require( './wp-load.php' );
    
    $response = wp_remote_get( 'https://api.quic.cloud/wp/report' );
    
    echo '<pre>';
    var_dump($response);
    echo '</pre>';

    then access it by browser, see if it gives any error

    if no error, please try send again

    Thread Starter jk_gabba

    (@jk_gabba)

    works via the browser, but not via litespeed.
    However disabling cloudflare seems to have resolved the issue anyway.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Action Scheduler async timeouts and mysql Commands out of sync’ is closed to new replies.