Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
Retry PoliciesΒΆ
Currently the driver supports only built-in policies. This includes the following policies:
Default retry policy (used if no other policy is specified):
It retries when there is a high chance that it might help. This policy is based on the one in DataStax Java Driver. The behavior is the same.
Falthrough retry policy:
Never retries, returns errors straight to the user. Useful for debugging