This Documentation helps you to resolve issues that you encouter with BaSyx Go
This error always indicates that the requested resource is not available - this could be due to an overwhelmed service or a critical Server Bug. Please open a issue on GitHub with information about the error.
This section focuses on the known types of Internal Server Errors. A specification of each error should be found on the Console.
If you encounter this error the issue most probably lies in the maxOpenConnections, maxIdleConnections and connMaxLifetimeMinutes limit.
Increase the Limit of the above mentioned variables in your config.yaml or in your Environment Variables
maxOpenConnections: 500
maxIdleConnections: 500
connMaxLifetimeMinutes: 5POSTGRES_MAXOPENCONNECTIONS=500
POSTGRES_MAXIDLECONNECTIONS=500
POSTGRES_CONNMAXLIFETIMEMINUTES=5If this solution does not resolve the error, it is likely that your hardware does not meet the requirements necessary to process the load on the database server.