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
console.log('Emailable is taking longer than expected, retrying...',text,{to: options.to});
86
-
returnResult.error(newError("Emailable API returned a 249 error for "+options.to+". This means it takes some more time to verify the email address. Response body: "+text));
console.log('Emailable is taking longer than expected, retrying...',text,{to: options.to});
87
+
returnResult.error(newError("Emailable API returned a 249 error for "+options.to+". This means it takes some more time to verify the email address. Response body: "+text));
88
+
}
89
+
returnResult.ok(res);
90
+
},4,{exponentialDelayBase: 4000});
91
+
if(emailableResponseResult.status==='error'){
92
+
thrownewStackAssertionError("Timed out while verifying email address with Emailable",{
0 commit comments