<@U06SJTK958A> Thanks a lot for adding support for...
# support
o
@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
You're talking about HA support which we don't have.
o
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
Yes it happens on each instance. So if you run 2 instances, it will fire twice.
o
Is there any development plan to solve this issue for open source..??
v
Not right now!
But please create an issue for the same.
👍 1