Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

Add Instance Documentation

Open rodrigok opened this issue 7 years ago • 1 comments

@graywolf336 commented on Wed Apr 11 2018

Add documentation which states that storing items in memory inside of the App is not recommended at all because a Rocket.Chat server can have several instances and each server has its own instance of an app. If the data, such as confirmation for context, needs to be shared between the different instances then the persistence accessor needs to be used.

rodrigok avatar Aug 29 '18 16:08 rodrigok

Added to our doc roadmap as a recipe "Managing internal state"

d-gubert avatar Jun 18 '20 14:06 d-gubert