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

Crons: Create a MonitorEnvironment model #45011

Closed
Tracked by #42788
evanpurkhiser opened this issue Feb 23, 2023 · 0 comments · Fixed by #45066
Closed
Tracked by #42788

Crons: Create a MonitorEnvironment model #45011

evanpurkhiser opened this issue Feb 23, 2023 · 0 comments · Fixed by #45066
Assignees

Comments

@evanpurkhiser
Copy link
Member

evanpurkhiser commented Feb 23, 2023

This is the groundwork for #42788. This table should have the following fields

  • monitor - The FK to the monitor
  • project_environment - The FK to the project environment model
  • status - We will de-normalize the checkin status onto this. This should also allow you to pause monitors on a PER ENVIRONMENT basis
  • next_checkin - The same as the monitor
  • last_checkin - The same as the monitor

We'll be using this model in some follow up changes, see #42788

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

Successfully merging a pull request may close this issue.

2 participants