Skip to main content

Parameters

string
required
Should be a stable and unique cache key inside the run(). See resumability for more information.
string
required
The url to fetch.
number
required
The interval in seconds to wait between requests. Minimum interval is 10 seconds and maximum is 5 minutes.
number
required
The timeout in seconds before aborting the polling. Minimum timeout is 30 seconds and maximum is 1 hour.
RequestInit
Options for the fetch request
ResponseFilter
Allows you to filter the response to determine when to stop polling.
object
An optional object to specify a timeout for each individual request.

Returns

A Promise that resolves with the JSON response body of the matching background fetch request. You can specify the type of the response body as a generic parameter.