Reducing latency

Hi all,

I am struggling to complete the challenge response check from the twitter webhook, because it takes more than 3 seconds for my workflow to respond. The workflow completes within 0.06 seconds, but the latency is 3.5 seconds…

I have followed the remark from @jan here: Latency issue with webhook - #2 by jan - by adding EXECUTIONS_PROCESS=main in the docker-compose.yml
But no difference in latency

the n8n instance is hosted on digital ocean

Is there anything I can do to lower latency? Did I change the docker compose yml the right way?


Any other ideas?

Thanks!

I typed
docker-compose up -d
in the console,
retried the workflow
And it went from 3.5 seconds to 0.5 seconds!

All good now! :slight_smile:

2 Likes