Skip to content

Proper Method for Testing Sharding #9721

Closed Answered by kyranet
Plinpod asked this question in Q&A
Discussion options

You must be logged in to vote

If your bot isn't very heavy and is running fine, you can use internal sharding instead, which often requires zero changes on your end, see the tip in the guide:

I recommend using internal sharding over process sharding (ShardingManager) mainly on the basis of efficiency, as it uses a lot less memory to run, and simplicity, as you don't have to implement code specifically for it, specially if you do cross-shard tasks.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Plinpod
Comment options

Answer selected by Jiralite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants