Access token expiry with requests close to each other

Access token expiry with requests close to each other

Hi there, we are using the V2 API with a refresh token to get a new access token whenever there is an authorisation error, that is, each hour.

My question relates to obtaining new access tokens with two requests that are close together.

For example, a request is made and then fails, so we get another access token. But another request comes through before the access token is generated, so it also ends up requesting a new token. Will this cause a problem?