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

    (@conschneider)

    Engineer

    Hi there,

    Webhooks delivery happens in the background. This means that a webhook will first need queued and the job processed before you’ll see the delivery of the webhook.
    I recommend leaving everything as it is and not tamper with the queue.

    For testing purposes, you can choose to have a webhook deliver the payload immediately using the following snippet:

    apply_filters( 'woocommerce_webhook_deliver_async', '__return_false' );

    Kind regards,

    Thread Starter igianni84

    (@igianni84)

    Thanks for the super fast response. Would there be a way to see the queue?

    Because it seems strange to me that there is a 20 minute queue on a newly created site (on WordPress Multisite installation).

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    > Thanks for the super fast response.

    You are welcome.

    > Would there be a way to see the queue?

    Yes. The Action Scheduler queue does also show webhooks: https://d.pr/i/SKs5nU via Tools >> Action Scheduler.

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Kind regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Big latency with webhooks’ is closed to new replies.