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
Having the function return an error for timeout means that we should wrap up every API call in a begin statement. Is this the intended behavior? I would prefer it not to throw an error in this case.
Can we control the timeout threshold? I would not like it to be more than 3 seconds.
The text was updated successfully, but these errors were encountered:
Sometimes I get a timeout error for API calls such as
$customerio.identify
:Backtrace:
begin
statement. Is this the intended behavior? I would prefer it not to throw an error in this case.The text was updated successfully, but these errors were encountered: