Skip to content

Lifecycle Improvements #8

Description

@Sidpatchy

General ideas for improvements, this needs to wait until after moving away from Javacord (#6).

  • Health monitoring
  • Error recovery
    • Ensure features can work independent of each other.
      • Commands that don't need the database should run when it is inaccessible.
    • If a feature is known to be broken, inform the user of that instead of failing silently.
      • NEVER fail silently
  • Feature flags
  • Graceful shutdown
  • Hot reloading
    • Allow updating configuration without a full restart
  • Update notifications

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions