I recently had set up an api function so that when someone submits a form, it creates the lead in Method, then looks it up and updated which sales rep it is assigned to (as I understand you can't set that during the initial MethodAPIInsertV2 call).
It had been working for a while flawlessly, and now recently throws a cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received everytime it's triggered. It had started doing this at first with maybe 1 out of every 3 submissions, and now it's every time.
I increased the memory and file size of my server to see if perhaps the resources were getting overloaded, but that has not helped.
Not sure where to look for this issue..