Reputation: 51
I get data from my Zap, construct a xml body of an http request from it, and send the http request to an external server, which is based on SOAP (a CRM).
the script usually runs successfully, but once in a while it gives me an error:
Traceback (most recent call last):
2018-03-20T13:23:24.876Z d851674c-2c41-11e8-a905-954c98b7d8f5 Task timed out
after 10.01 seconds
Why does it happen? how can I fix it? I am a paid user by the way.
Upvotes: 3
Views: 1449
Reputation: 5262
David here, from the Zapier Platform team.
That error is just what it sounds like - we give paid users' code steps 10 seconds each to execute (free users only get 1 second). It sounds like you're packing a lot of functionality into a single step. I'm not sure what portion of the code is taking so much time (10 seconds is a lot) but it might be worth splitting that into multiple code step if this problem persists.
Upvotes: 4