How do I manage in Jmeter, the expiration time of a token, so that it does not affect the continuity of execution of the other requests?

0 Answer
Normally when you're getting the token you're getting its TTL as well which could be extracted into a JMeter Variable
So you have 2 options:
Either periodically send the request for the token refresh in another Thread Group (token TTL minus some reasonable number of seconds), the pause between "refreshes" can be introduced using Constant Timer or Flow Control Action sampler
Or make the token refresh a part of the main Thread Group.
这家伙很懒,什么都没留下...