nyxx_sharding 2.0.0-dev.0.1 nyxx_sharding: ^2.0.0-dev.0.1 copied to clipboard
External sharding for nyxx.
2.0.0 #
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.
1.0.0 #
- Initial version.