Parameters

cacheKey
string
required

Should be a stable and unique cache key inside the run(). See resumability for more information.

seconds
number
required

The number of seconds to wait. This can be very long, serverless timeouts are not an issue.

Returns

A Promise that resolves after the specified amount of time.