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

fix(machine_boot): use shared list of reboot apps and add bridges to reboot list #11309

Merged

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    b9b11d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    89ea40a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77e2d85 View commit details
    Browse the repository at this point in the history
  3. fix(machine_boot): ensure emqx_bridge starts after its companion apps

    We need to reverse the dependency of `emqx_bridge` and `emqx_bridge_*`, because the former
    loads and starts bridges during its application startup.  If the individual bridge
    application being loaded has not started with its dependencies, the supervision tree will
    not be ready for that.
    thalesmg committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6cd5038 View commit details
    Browse the repository at this point in the history