@YounesGa To have each thread use only 1 line, set the value "max success usage: 1", "max number of simultaneous use: 1".
This is equivalent to the fact that after the flow finishes running with a result of Success, the already used proxy line will not be used again, whereas if there is an error, it will be reused 999999999 times and only one line. for each stream
290a12f6-98cf-4378-9d4c-72a246339adb-image.png
What are reasons for threaded function exit crash?
-
when threaded function with 10+ threads exits, using either end script or normal way (just let it execute all code, it will finish the function at thelast block) it often crashes
i dont know why because i have 2 threaded functions that end same way, have same amount of threads, but one crashes.
i can see in log that 4 threads out of 15 successfuly ended, and then boom log stopped due to crash
thanks for any info
-
It sounds like it's the threading process in the C++ code to save your process when an endless threading launch loop occurs.
Have you looked at the full logs in the logging folder? Even on a crash the logs are saved.
-
Since you're having alot of problems, send me a PM with your current theory on why its crashing so I can help you dive into this issue and get it fixed for you if possible!