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

[Supervisord] Deduplicate the alerting messages of critical processes from Supervisord. #6849

Merged
merged 3 commits into from
Feb 25, 2021
Merged

[Supervisord] Deduplicate the alerting messages of critical processes from Supervisord. #6849

merged 3 commits into from
Feb 25, 2021

Commits on Feb 23, 2021

  1. [Event listener] Deduplicate the alerting messages.

    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9e29765 View commit details
    Browse the repository at this point in the history
  2. [event listener] Made following changes:

    1.Fix the format of alerting message.
    2.For each exited process, there are two fields: the time of last alert
    and number of dead minutes. Use a dict to hold these two fields instead
    of a list.
    3.Use a formula to calculate how many minutes the process was in dead
    state instead of hard code.
    
    Signed-off-by: Yong Zhao <yozhao@microsoft.com>
    yozhao101 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    bbd48c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

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