discord.js icon indicating copy to clipboard operation
discord.js copied to clipboard

max_concurrency support

Open lorenzo132 opened this issue 2 years ago • 4 comments

Which package is the feature request for?

discord.js

Feature

automaticly using the max_concurreny would be a awesome feature to have in djs without having to build your own custom sharding manager

Ideal solution or implementation

a option to pick your concurreny to use if available

Alternative solutions or implementations

writing my own custom sharding manager

Other context

No response

lorenzo132 avatar Jul 09 '22 13:07 lorenzo132

apologies for my poor wording, im not the best at explaining

lorenzo132 avatar Jul 09 '22 13:07 lorenzo132

This would fit better @discord.js/sharder #7204

JPBM135 avatar Sep 30 '22 21:09 JPBM135

We already support max_concurrency in @discordjs/ws, see here.

@discordjs/sharder won't handle those, that's @discordjs/ws's job. The sharder will have an independent system based on strategies, how it'll play out in the big picture is something we have yet to find out.

kyranet avatar Sep 30 '22 21:09 kyranet

Got it, thanks

JPBM135 avatar Oct 07 '22 12:10 JPBM135