-
Notifications
You must be signed in to change notification settings - Fork 85
DeepDrills Decoupling and Restructuring #967
Conversation
* DEEPDRILLS_ENABLED now decides if DeepDrills is computed * Renamed few env vars for clarity * Formatted files
✅ Deploy Preview for frontend-sb canceled.
|
* moved summary to a separate endpoint * added anomaly count to aggregations * added error messages for RCA API if DEEPDRILLS_ENABLED is false.
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.
Since there are changes in the .env
, we should communicate that these are breaking changes. For example, if a user had overridden MAX_DEEPDRILLS_SLACK_DAYS
to a different value in .env
(or in a separate .env.local
), they'll need to set the value for MAX_SUMMARY_DEEPDRILLS_SLACK_DAYS
or rename it to that before upgrading. If not done, it will appear as if some settings got reset to their defaults.
A short upgrade/migration guide should suffice here. It should list all the steps needed to successfully upgrade to v0.8.0.
Checked docker compose files, everything looks consistent 👍 |
* fixed isort import error * fixed datte range for anomaly summary * fixed docstring
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.
LGTM
DEEPDRILLS_ENABLED
is true