Sharding for redundancy?

Hello! I was thinking of having my bot hosted in 3 different locations for redundancy, can I just link them up thru sharding so that if one fails, the other shards can pick the traffic back up?
1 Reply
Favna
Favna2mo ago
no, sharding is splitting across the same processor. You will need to implement your own interconnect layer for this, i.e. with something like RabbitMQ

Did you find this page helpful?