Timeout Issue when running a Make Automation

Afternoon

I am running into an issue with a Make.com automation. Everything is working - the automation is triggered and the automation runs and gives all the data, but I am getting the following in the Pickaxe:

​It seems there was a timeout when trying to process your article topic.

I did got back and change the following from 10 to 30, but it did seem to make any difference:

response = requests.post(url, json=payload, timeout=30)

The automation ran pretty quick, so am not sure what the issue is.

Any ideas?

1 Like

@ihmunro can you attach the Make output bundle?

1 Like

Hi AB

I ended up changing the timeout to 60 and it seems to be working now.

Regards

1 Like