# Functions
Retry uses a slice of time.Duration interval delays to retry a function until it either errors or indicates that it is ready to proceed.
# Variables
queryPollIntervals is a slice of the delays before re-checking the status on an executing query, backing off from a short delay at first.