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
In app.ts we have some logic that creates a connection to the MySQL DB. It only attempts this connection once, it would be better if we retried to make this connection if it fails.
Especially in production environments this would make the applications platform a bit more tolerant of failures.
The text was updated successfully, but these errors were encountered:
In app.ts we have some logic that creates a connection to the MySQL DB. It only attempts this connection once, it would be better if we retried to make this connection if it fails.
Especially in production environments this would make the applications platform a bit more tolerant of failures.
The text was updated successfully, but these errors were encountered: