Every request done after the work had started when using the CPU backend times out. I'm not sure about the proper solution, but when I limited the number of CPUs used: ``` for (let i = 0; i < this.count - 1; i++) { ``` the requests don't time out any more.