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
Background
Telos blockchain transactions can be rejected if they take too much CPU time to execute, and this is often a transient phenomenon (e.g. due to cache misses in a processing node). An immediate retry is usually successful.
Also, api servers sometimes go offline or become congested. In these cases the best strategy is to retry with a different endpoint.
Suggestion
Implement a uniform mechanism to respond to transient api problems by retrying in an appropriate way.
The text was updated successfully, but these errors were encountered:
Background
Telos blockchain transactions can be rejected if they take too much CPU time to execute, and this is often a transient phenomenon (e.g. due to cache misses in a processing node). An immediate retry is usually successful.
Also, api servers sometimes go offline or become congested. In these cases the best strategy is to retry with a different endpoint.
Suggestion
Implement a uniform mechanism to respond to transient api problems by retrying in an appropriate way.
The text was updated successfully, but these errors were encountered: