What I’m trying to do:
I’m running 4 background tasks, that keep running with a while loop in it and a sleep(0.1) in the loop to not overload the cpu.
What I’ve tried and what’s not working:
At some point multiple background tasks stop working but did not fail or get killed. After noticing I killed the tasks and instead of saying “Killed” as status. It says “Vanished”. Is this an official status? Any ideas here?
Did it say vanished or missing?
In this part of the documentation, missing is valid:
Otherwise maybe the documentation needs to be updated.
Yeah - Vanished in the designer is equivalent to missing as the termination status
2 Likes