📄 tanstack/pacer/latest/docs/reference/interfaces/AsyncRetryerState

File: AsyncRetryerState.md | Updated: 11/15/2025

Source: https://tanstack.com/pacer/latest/docs/reference/interfaces/AsyncRetryerState



TanStack

Pacer v0v0

Search...

+ K

Auto

Log In

TanStack StartRC

Docs Examples GitHub Contributors

TanStack Router

Docs Examples GitHub Contributors

TanStack Query

Docs Examples GitHub Contributors

TanStack Table

Docs Examples Github Contributors

TanStack Formnew

Docs Examples Github Contributors

TanStack DBbeta

Docs Github Contributors

TanStack Virtual

Docs Examples Github Contributors

TanStack Paceralpha

Docs Examples Github Contributors

TanStack Storealpha

Docs Examples Github Contributors

TanStack Devtoolsalpha

Docs Github Contributors

More Libraries

Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide

Documentation

Framework

React logo

React

Version

Latest

Search...

+ K

Menu

Getting Started

Guides

API Reference

Debouncer API Reference

Throttler API Reference

Rate Limiter API Reference

Queue API Reference

Batcher API Reference

Debouncer Examples

Throttler Examples

Rate Limiter Examples

Queue Examples

Batcher Examples

TanStack Query Examples

Framework

React logo

React

Version

Latest

Menu

Getting Started

Guides

API Reference

Debouncer API Reference

Throttler API Reference

Rate Limiter API Reference

Queue API Reference

Batcher API Reference

Debouncer Examples

Throttler Examples

Rate Limiter Examples

Queue Examples

Batcher Examples

TanStack Query Examples

On this page

AsyncRetryerState

Copy Markdown

Interface: AsyncRetryerState<TFn>
=================================

Defined in: async-retryer.ts:6

Type Parameters
---------------
### TFn

TFn extends AnyAsyncFunction

Properties
----------
### currentAttempt

ts

currentAttempt: number;


currentAttempt: number;

Defined in: async-retryer.ts:10

The current retry attempt number (0 when not executing)


### executionCount

ts

executionCount: number;


executionCount: number;

Defined in: async-retryer.ts:14

Total number of completed executions (successful or failed)


### isExecuting

ts

isExecuting: boolean;


isExecuting: boolean;

Defined in: async-retryer.ts:18

Whether the retryer is currently executing the function


### lastError

ts

lastError: Error | undefined;


lastError: Error | undefined;

Defined in: async-retryer.ts:22

The most recent error encountered during execution


### lastExecutionTime

ts

lastExecutionTime: number;


lastExecutionTime: number;

Defined in: async-retryer.ts:26

Timestamp of the last execution completion in milliseconds


### lastResult

ts

lastResult: Awaited<ReturnType<TFn>> | undefined;


lastResult: Awaited<ReturnType<TFn>> | undefined;

Defined in: async-retryer.ts:30

The result from the most recent successful execution


### status

ts

status: "disabled" | "idle" | "executing" | "retrying";


status: "disabled" | "idle" | "executing" | "retrying";

Defined in: async-retryer.ts:34

Current execution status - 'disabled' when not enabled, 'idle' when ready, 'executing' when running


### totalExecutionTime

ts

totalExecutionTime: number;


totalExecutionTime: number;

Defined in: async-retryer.ts:38

Total time spent executing (including retries) in milliseconds

Edit on GitHub

Home

Partners Become a Partner

Code RabbitCode Rabbit CloudflareCloudflare AG GridAG Grid NetlifyNetlify NeonNeon WorkOSWorkOS ClerkClerk ConvexConvex ElectricElectric SentrySentry PrismaPrisma StrapiStrapi UnkeyUnkey

scarf analytics