@Allister Hi, by default every action in BAS is limited in 60 seconds, if action did not manage to finish within this time, thread will restart. The only exception is sleep, manual captcha solving.
I follow this very strictly.
But default timeout can be changed or timeout can be changed individually for each action.
You mentioned, that you changed it, which value did you set?
Can you attach small project part which demonstrates the issue?
Looking further into the request's the POST request keeps being resent endlessly. After the first, the data is lost.
POST data should not be resent, otherwise it can create double posts, or double user creation, it is very strange, can you attach action, which resents requests?