Multiple Background Tasks on separate CPU-cores – Parallelising background tasks

To clarify @davidtopf2: Yes, this will work!

Each Background Task runs in its own process (this is so that it’s possible to kill them without taking out other tasks).

2 Likes