Hacker News new | ask | show | jobs
by eyarz 2297 days ago
just to clarify, Datree runs automatic checks for each custom rule that a user creates
1 comments

We have a Java + Mongo stack and recently we had an issue in prod where code was deployed with a @Indexed annotation. When deployed this will create an index on startup and can lock up the DB. We had this issue years ago, but it slipped pass code review and we had a 10 minute downtime because of this. Can this be prevented using custom rules in Datree?