fix(api-cardano-db-hasura): retry initialization of data fetcher
This fetcher can fail on initial startup as it depends on Ogmios being up and running. Retry this operation using exponential backoff, limited to 15 seconds, indefinitely.