We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeing a lot of these errors happen at random:
error: invalid byte sequence for encoding "UTF8": 0xce 0x6c
The query is simply SELECT 1 (I use it for liveness check).
SELECT 1
It happens about ~150 times a day (out of ~80,000 queries per day).
Anyone know what's going on?
The text was updated successfully, but these errors were encountered:
In case you're running Node v22.7, its probably nodejs/node#54521 😬
Sorry, something went wrong.
That's going to be exactly that!
Appears to no longer happen in v22.8
No branches or pull requests
Seeing a lot of these errors happen at random:
The query is simply
SELECT 1
(I use it for liveness check).It happens about ~150 times a day (out of ~80,000 queries per day).
Anyone know what's going on?
The text was updated successfully, but these errors were encountered: