How to send 1 request per 5 mins to store bearer token

19 Views Asked by At

I need to send 1 request every 5 mins to store a bearer token inside of a variable so i can use it for the actual performance tests.

How would i go about doing this as i've tried using the rate and timeunit options. This will need to run once every 5 mins as i will have tests running longer than this so needs to be able to update with the latest token.

Tried setting timeunits and rates but it just seems to ignore these and the 1 VU will carry on to send 500+ requests within the 5 mins

0

There are 0 best solutions below