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?