IMPORT_PATH: "@daiso-tech/core/backoff-policies"
"@daiso-tech/core/backoff-policies"
Optional
import { TimeSpan } from "@daiso-tech/core/time-span";TimeSpan.fromSeconds(1) Copy
import { TimeSpan } from "@daiso-tech/core/time-span";TimeSpan.fromSeconds(1)
You can pass jitter value to ensure the backoff will not execute at the same time. If you pas null you can disable the jitrter.
0.5 Copy
0.5
IMPORT_PATH:
"@daiso-tech/core/backoff-policies"