We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MonitorEnvironment
This is the groundwork for #42788. This table should have the following fields
monitor
project_environment
status
next_checkin
last_checkin
We'll be using this model in some follow up changes, see #42788
The text was updated successfully, but these errors were encountered:
rjo100
Successfully merging a pull request may close this issue.
This is the groundwork for #42788. This table should have the following fields
monitor
- The FK to the monitorproject_environment
- The FK to the project environment modelstatus
- We will de-normalize the checkin status onto this. This should also allow you to pause monitors on a PER ENVIRONMENT basisnext_checkin
- The same as the monitorlast_checkin
- The same as the monitorWe'll be using this model in some follow up changes, see #42788
The text was updated successfully, but these errors were encountered: