Hi!
In our systems, we deploy a worker for each customer. We then want to show statistics to each customer of their deployed workers.
My question is: should I use the same binding for all deployed workers and then separate customers by indexes? Or should I create a binding for each customer?
Thank you!