-
Notifications
You must be signed in to change notification settings - Fork 2
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
Slack alert throttle #15
Slack alert throttle #15
Conversation
Sorry I don't really see why, maybe you can explain more about that? (or maybe it is obvious but I did not see it) also we need to make sure there is no user data involved. |
It's only that the test.py and requirements.txt files are for development and not something that needs to be
If you mean the |
ah okay, sorry I misunderstood and thought that you wanted to store the slack history in the github repo. |
Sorry I have another question: |
Nope, it was just the most obvious identifier to me at the time. Job ID would be fine too! |
@mira-miracoli happy for me to merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! Sorry for being annoying and nit-picky
@@ -63,6 +64,20 @@ def convert_arg_to_seconds(hours: str) -> float: | |||
return float(hours) * 60 * 60 | |||
|
|||
|
|||
@dataclass | |||
class Record: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, thanks a lot 😊
Resolves #14
Not sure if these should live in the Ansible repo? I could just gitignore them?