Hi, I have one of the newest versions of n8n, it’s running on macOS Docker.
I have a cronjob which runs every hour.
Here a screenshot of the executions:
The only thing this script does is fetching the output of a PHP file, which just returns a JSON with a few values:
The error I am getting when it’s run via cron is:
I wonder if you have any idea, why this is failing.
Could it be, because the speedtest takes a few seconds and the timeout is different? Is it a different process which can’t access the server?