retryWhen

    signature: retryWhen(receives: (errors: Observable) => Observable, the: scheduler): Observable

    Example 1: Trigger retry after specified duration
    Example 2: Customizable retry with increased duration

    Additional Resources