spinSql

Execute an SQL query until it succeeds.

Note: If there are any errors in the query it will go into an infinite loop.

spinSql
(
alias query
alias logFn = logger.warning
)
(
Duration timeout = Duration.max
)

Meta