Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): experimental sharding support #259

Merged
merged 3 commits into from
Jul 1, 2024
Merged

feat(core): experimental sharding support #259

merged 3 commits into from
Jul 1, 2024

Commits on Jul 1, 2024

  1. refactor(robo): moved data loading into robo.start() in production mode

    This allows for simpler direct usage without needing to know the internals for loading this externally. Ya know, like when migrating existing projects.
    
    State and Flashcore now load automatically, even when no `stateLoad` promise has been passed.
    Pkmmte committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ca8ddd7 View commit details
    Browse the repository at this point in the history
  2. feat(robo): experimental sharding support

    Completely automated sharding via a simple config option. Still allows direct passage of sharding manager options if one wishes so.
    
    The main downside to this implementation is lack of programatic access to the sharding manager for the end developer. This will change in v0.11.
    Pkmmte committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7093bf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    994603d View commit details
    Browse the repository at this point in the history