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

Notification on change of trend #582

Open
mohanasudhan opened this issue Oct 9, 2017 · 1 comment
Open

Notification on change of trend #582

mohanasudhan opened this issue Oct 9, 2017 · 1 comment

Comments

@mohanasudhan
Copy link
Contributor

Notification feature was discussed on last developer meeting but I haven't got time to take this task. Now I am planning to restart and work on it this week. As I am digging on the schema, server side code & infrastructure of MTT, I plan to have this thread and get specific requirement if any.

Here are the usecase i am thinking.

  1. Notify if any test config parameter change
  2. Notify if any pattern change on test result (can be positive or negative)
  3. Notify if any new test is added.
@mohanasudhan mohanasudhan changed the title Notification on test report trend change Notification on change of trend Oct 9, 2017
@mohanasudhan
Copy link
Contributor Author

Proposal - 1

In this proposal, we will have a daily trigger from cloudwatch, which involves a MTT query of select * for the day. Planning to snapshot the result of query in AWS S3. Another cron job (which is triggered by creation of new s3 result file) compares the results of today and the day before. If any change in parameter or result, email ompi-devel team

Variants: Compute instances can be convert to lambda if possible
proposal1

working on POC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants