Hi, Is there a way to specify an exponential backoff strategy for when async function calls fail?
I have an async function that does web requests to a rate-limited API. Can you handle that with settings on the async function call? Thanks, William
Hi, Is there a way to specify an exponential backoff strategy for when async function calls fail?
I have an async function that does web requests to a rate-limited API. Can you handle that with settings on the async function call? Thanks, William