• Retries the latest task if the observable pushes false and then true.

    Parameters

    • observable: Observable<boolean>

      The observable that triggers the retry of the latest task.

    • ms: number = 0

      The timeout in milliseconds that should pass after false was pushed to retry the executor when true is pushed.

    Returns ExecutorPlugin