-
Notifications
You must be signed in to change notification settings - Fork 197
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
Backend Port of Alerts Schema Changes Including Anomaly Alerts #466
base: main
Are you sure you want to change the base?
Conversation
|
// TODO: rename to check-users-alerts | ||
case 'check-alerts': | ||
await checkAlerts(); | ||
await checkUserAlerts(); | ||
break; |
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.
in EE we have this rename TODO - for this OSS port can we update it in this version because there aren't AWS tasks reliant on the existing naming convention and updating the docker-compose files would be enough, or would that break existing setups in a way we want to avoid 🤔
No description provided.