| goose_async_retry | R Documentation |
Execute query with automatic retry on failure
goose_async_retry(query, max_retries = 3, retry_delay = 2)
query |
The query to execute |
max_retries |
Maximum number of retries |
retry_delay |
Delay between retries in seconds |
Response or error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.