Unlike all existing “Calling Workers from Workers” related questions like
- Calling Web Worker from within a CF Worker? - #6 by thomas4
- Calling a worker from a worker on the same domain - #4 by WalshyMVP
- BUG? Quick Edit Tool: Calling a worker from another worker - #4 by Cyb3r-Jak3
- Chaining multiple workers on Enterprise plan
This is a super simple one without all above complexities –
Suppose I have workerA, and workerB, workerC and workerD.
How to call workerB, workerC and workerD from workerA, passing the request
from workerA to them?
Yep, the question is as simple as that. If I can pass data between the workers, that’s be super.
thanks