You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling something like curl.post synchronously (i.e without a callback) has a maximum timeout of 10s as the curl call is wrapped by a job with a 10s timeout.
Calling something like
curl.post
synchronously (i.e without a callback) has a maximum timeout of 10s as the curl call is wrapped by a job with a 10s timeout.Rather than passing in
10000
, could an extra option be passed to the curl method instead? e.g.timeout
The text was updated successfully, but these errors were encountered: