Hi Everyone,
What will happen if one of more external database is down which are configured in Data Store.
Will Appian tries to connect continuously in backend or will only connect when any process model, expression uses
Discussion posts and replies are publicly visible
Appian uses connection pooling to connect to DBs. So it will try to keep as many connections open as the defined lower limit of the pool.
Thanks Stefan. But what will happen to system if Data Sources are down . Will system consume more memory ? Can i bring down system
The applications you created relying on that databases will not work anymore. Depends on whether you use any synchronised records, but in general Appian as a platform will just run, while the applications are only as stable as the datasources they use.