@battalcengizhan
Do you use fingerprints and proxies?
What version of BAS are you using?
At what point does the error occur (registration, authorization, posting)?
It would be cool to write everything according to this instruction:
https://community.bablosoft.com/topic/30993
Error: Timeout during WorkerSettings
-
Dear Support, Dear Community,
My Situation:
I am using the same tool on 2 different Servers. Both are running at 100% CPU.
On the one with lower Hardware I regularly get the error-message: Thread ended with message "Timeout during WorkerSettings"Then the thread restarts and is working fine.
I still want to know what causes this issue. Is it just that the CPU takes too long to calculate everything for the worker?
Is there a way to efficiently fix or work around this issue? Or is the only solution to just use less threads?

Already a big thanks in advance and all of you guys stay safe :)
~Ghost -
@ghostpunktexe said in Error: Timeout during WorkerSettings:
Dear Support, Dear Community,
My Situation:
I am using the same tool on 2 different Servers. Both are running at 100% CPU.
On the one with lower Hardware I regularly get the error-message: Thread ended with message "Timeout during WorkerSettings"Then the thread restarts and is working fine.
I still want to know what causes this issue. Is it just that the CPU takes too long to calculate everything for the worker?
Is there a way to efficiently fix or work around this issue? Or is the only solution to just use less threads?Already a big thanks in advance and all of you guys stay safe :)
~GhostIf the cpu is 100% loaded, all actions are waiting in the queue for processing. If the waiting time exceeds the critical time, the action is completed by timeout. To avoid this , do not load the cpu 100%
-
Hey,
thanks for your advice and the given solution :)
~Ghost