Behavior by condition
Retry behavior
The default is one retry. SetmaxRetries to change it:
Logging
Warnings useconsole.warn by default. Pass your own logger if needed:
debug: true to enable informational logs when you use the default logger.
Fail-open behavior does not hide errors in your own code. For example, the
Era constructor still throws when mode is not "async" or "sync".