@Vibhu Pandey Thanks a lot for adding support for external databases like Postgres 🙏, that’s really helpful!
I just had one doubt though — even with Postgres support, if I scale out the query-service into multiple instances, won’t each instance still load the alert rules, evaluate them, and send notifications? How would this setup avoid duplicate alerts in that case?
v
Vibhu Pandey
09/12/2025, 8:50 AM
You're talking about HA support which we don't have.
o
Onkar Sarvade
09/12/2025, 9:05 AM
Not exactly about HA support—I just want to know: if I run multiple instances, will my alert evaluation result in multiple notifications being triggered for the same alert?
Does alert evaluation happens on each instance or its configurable..?
v
Vibhu Pandey
09/12/2025, 9:05 AM
Yes it happens on each instance.
So if you run 2 instances, it will fire twice.
o
Onkar Sarvade
09/12/2025, 9:06 AM
Is there any development plan to solve this issue for open source..??