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): handling CTRL-C signal with graceful shutdown #2213

Merged
merged 8 commits into from
Sep 19, 2024

Commits on Sep 10, 2024

  1. extend the shutdown scope of Ctx::stop

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7cc5157 View commit details
    Browse the repository at this point in the history
  2. handle ctrl-c signals

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    07b9a6d View commit details
    Browse the repository at this point in the history
  3. add an important note

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ae8d70e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. spawn spawn_ctrl_c_handler outside the abortable pool

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f86dd5c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. update release profile

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7d0f619 View commit details
    Browse the repository at this point in the history
  2. call dispatch_lp_event before the termination

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dc26779 View commit details
    Browse the repository at this point in the history
  3. revert LTO

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a3791bd View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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