Slow Webhook response performance + High CPU

Welcome to the community.

Yeah, because by default a new process is created with each request. You can change this behavior by adding the env variable export EXECUTIONS_PROCESS=main.

3 Likes