Pudu programming language
Menu
API reference

Std.Http.Retry.backoff

1 declaration

fn

backoff: Std.Http.Retry.Backoff

This is a callable function.

What it does

A starting point that suits a call between services.

Three attempts rather than more: a fault that survives two retries is

usually not the kind that a third fixes, and the caller is waiting.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.Http.RetrySearch related declarations