You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a few comments about scalability, specifically horizontal scalability.
using the new Events API for processing events rather than RTM gives you the ability to use traditional HTTP load balancers to scale. we released a dedicated node module for using it: @slack/events-api.
the biggest challenge for scaling the RTM client would be the datastore API, since getting state out of the process is necessary for the approach you mentioned (spawning new processes). if you have any thoughts or input about this problem, join the discussion in Future of the DataStore API #330.
It's just spawning processes whenever bottleneck happens and be happy?
The text was updated successfully, but these errors were encountered: