Bug fixes:
- Fix crash on Windows
New features:
- Added a CLI for easier usage of nyxx_sharding. Run
dart pub global activate nyxx_sharding
to enable the CLI and thennyxx-sharding --help
for more. - Added new
maxGuildsPerShard
andmaxGuildsPerProcess
options for spawning processes. - Added methods for fetching data across processes. See the docs for
IShardingManager
andIShardingPlugin
for more. - Added an
autoScale
option that will automatically scale youru processes & shards according to youur bot's size in realtime.
Bug fixes:
- Spawned processes no longer prevent the parent from exiting.
New features
- Added an
autoScale
option that will automatically scale youru processes & shards according to youur bot's size in realtime.
Bug fixes
- Fixed fetching guild count being inconsistent
Bug fixes:
- Fixed an issue with ratelimiting when fetching guild counts.
Bug fixes:
- Fixed an issue with query parameter formatting preventing guild counts from being fetched.
Breaking changes:
- Added a new
port
parameter toProcessData.spawn
.
New features:
- Added a CLI for easier usage of nyxx_sharding. Run
dart pub global activate nyxx_sharding
to enable the CLI and thennyxx-sharding --help
for more. - Added new
maxGuildsPerShard
andmaxGuildsPerProcess
options for spawning processes. - Added methods for fetching data across processes. See the docs for
IShardingManager
andIShardingPlugin
for more.
Bug fixes:
- Spawned processes no longer prevent the parent from exiting.
- Initial version.