So I have a basic retry functionality with axios (and axios-retry):
axiosRetry(axios, { retryDelay: axiosRetry.exponentialDelay });
and som