Woocommerce node triggering too slow

Hello! I’m quite new to n8n. I’ve installed n8n on my Ubuntu server and been using it for 2-3 days and what I notice was it take very very long time for woocommerce node to get trigger like it takes 2-3 minutes and sometimes it just simply won’t trigger at all. I currently only have one workflow and it start with woocommerce trigger so I don’t know if any other node has the same problem. Wocommerce trigger node is on order.update. Sorry if my english was bad.

Information on your n8n setup

  • n8n version:1.53.2
  • Database (default: PostgreSQL):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker compose):
  • Operating system: ubuntu 22.04

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Naiko,

Welcome to the community :raised_hands:

The WooCommerce Trigger node waits for a message to be sent by WooCommerce, If there is a delay in starting the workflow it sounds like WooCommerce may not be sending the message as quickly as you would like.

Have you checked the webhook logs in WooCommerce to see how quickly it is sending them?

Hello! Thanks for the reply. Yes, I’ve checked the webhook logs in Woocommerce and seems like it’s not n8n fault. I don’t see any significant delay or error in the logs but I can confirm that the webhook itself doesn’t get call or sent a message to Woocommerce trigger node for a while. Sometimes it take 20 to 30 sends for the logs to appear and sometimes it show up immediately and sometimes it simply won’t appear at all. I’m trying to find solution for this online but not much luck.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.