# Scalability of Alerting

**URL:** https://discuss.elastic.co/t/scalability-of-alerting/214058
**Category:** Elasticsearch
**Tags:** elastic-stack-alerting
**Created:** [January 7, 2020, 1:08pm UTC](https://discuss.elastic.co/t/scalability-of-alerting/214058 "2020-01-07T13:08:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![krupniok](https://avatars.discourse-cdn.com/v4/letter/k/87869e/32.png) [@krupniok](https://discuss.elastic.co/u/krupniok)
#### Post date: [January 7, 2020, 1:08pm UTC](https://discuss.elastic.co/t/scalability-of-alerting/214058/1 "2020-01-07T13:08:15Z")

</div>

Hi there!

I have a question regarding the alerting-feature. The official documentation states that if too many watches trigger concurrently and there isn’t enough capacity to execute them all, some of the watches are queued. Will it reduce the number of queued watches if i add another node to the cluster?

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [January 7, 2020, 4:47pm UTC](https://discuss.elastic.co/t/scalability-of-alerting/214058/2 "2020-01-07T16:47:12Z")

</div>

Yes, thanks to [distributed watch execution](https://www.elastic.co/blog/distributed-watch-execution-elasticsearch-6.0), as long as the new node has a shard (primary or replica) of the `.watches` index. You may need to add a replica to achieve this.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 4, 2020, 4:47pm UTC](https://discuss.elastic.co/t/scalability-of-alerting/214058/3 "2020-02-04T16:47:14Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
