We are seeing the error below quite often in our containers. It crashes Node.js process and causes the container to go down and brings everything in it to a halt.
Doing some preliminary research, I found that this was resolved (?) by nodejs/node#42874 but I am not sure where it landed (which version of Node.js) and whether threads.js needs to be updated, or has been updated with this.

We are seeing the error below quite often in our containers. It crashes Node.js process and causes the container to go down and brings everything in it to a halt.
Doing some preliminary research, I found that this was resolved (?) by nodejs/node#42874 but I am not sure where it landed (which version of Node.js) and whether threads.js needs to be updated, or has been updated with this.