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
We're seeing an issue with reconnecting to a database. This happens on all of RapidPro's golang components, when a database goes away and comes back again.
When that happens, whenever an inbound message appears, we get an error like the following:
Doing a bit of digging, seems like this is an issue in sqlx, which is caused by an issue in lib/pq.
The issue in lib/pq seems to be fixed, but it hasn't been merged into sqlx yet, as seen in this PR: jmoiron/sqlx#715
Opening this issue here so that everyone is aware of it if they run into the same issue, and to track that PR and update sqlx when a release with a fix is made.
The text was updated successfully, but these errors were encountered:
We're seeing an issue with reconnecting to a database. This happens on all of RapidPro's golang components, when a database goes away and comes back again.
When that happens, whenever an inbound message appears, we get an error like the following:
Doing a bit of digging, seems like this is an issue in
sqlx
, which is caused by an issue inlib/pq
.The issue in
lib/pq
seems to be fixed, but it hasn't been merged intosqlx
yet, as seen in this PR: jmoiron/sqlx#715Opening this issue here so that everyone is aware of it if they run into the same issue, and to track that PR and update
sqlx
when a release with a fix is made.The text was updated successfully, but these errors were encountered: