Notifications REST Api call , Community impact

Hi,

We had a scenario where an external application will be making a rest request for an unread notification on a specific interval(for every 1 minute) for 1000 users .

Does this impact any performance of the community ? are there any stats available already , if so can you please share if possible

Parents
  • I think polling as a development strategy is always a really bad idea, so I don't think the question is "can the system cope" but "is there a better way of doing this" If you were to go down this route I would put a cached lightweight facadé in front of the notification API that integrated using webhooks, websockets or someother push mechanism from the platform, this would prevent putting high load on the web nodes of the solution.

Reply
  • I think polling as a development strategy is always a really bad idea, so I don't think the question is "can the system cope" but "is there a better way of doing this" If you were to go down this route I would put a cached lightweight facadé in front of the notification API that integrated using webhooks, websockets or someother push mechanism from the platform, this would prevent putting high load on the web nodes of the solution.

Children
No Data