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 use Loopback 4 framework in my app service. In my app service I have a principal datasource and 2 more external datasources(SQL server). Sometimes the external datasources are not available and the app service crash when called an endpoint that use there. I cannot control when datasource are available or not.
All datasources have the property "lazyConnect", but this property don't works to this situation.
Is there a way to prevent the appservice crashing when this happens?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I use Loopback 4 framework in my app service. In my app service I have a principal datasource and 2 more external datasources(SQL server). Sometimes the external datasources are not available and the app service crash when called an endpoint that use there. I cannot control when datasource are available or not.
All datasources have the property "lazyConnect", but this property don't works to this situation.
Is there a way to prevent the appservice crashing when this happens?
Thanks
The text was updated successfully, but these errors were encountered: