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 have 4 golang backend services that hit the same database but different table. However, some of them are succeed and some of them failed. The golang services only perform a simple SELECT statement. There are 4 tables and have 1-3mil rows average 12-80 columns.
Issue
I have 4 golang backend services that hit the same database but different table. However, some of them are succeed and some of them failed. The golang services only perform a simple
SELECT
statement. There are 4 tables and have 1-3mil rows average 12-80 columns.Code
Here is the golang service code below:
Error Log
This is the error log I got:
I need some insight about what causing the issue above.
The text was updated successfully, but these errors were encountered: