Reason for spike in number of active users

I am running a test for 4 hours, everything seems fine but I noticed a spike in the number of active users at one point. What could be the possible reasons for it.

Hello,

Can you share with me, your injection profile and your test?

This is my injection profile

{
setUp(scn
.injectOpen(
constantUsersPerSec(4.17).during(14400),
rampUsersPerSec(4.17).to(0).during(Duration.ofMinutes(2)))
.protocols(httpProtocol)
);
}

I am running a flow which includes 12 api.

It most likely matches a spike in response times, causing the users to live longer than usual.