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
Hi,
seems there was a bug in #361 -
54 | return 55 | } 56 | const _queue = this.queue 57 | this.queue = [] 58 | await rawRequest(this.statement, _queue.join('\n'), DATABASE_NAME(), { maxBodyLength: Infinity }) 59 | } ^ TypeError: undefined is not an object (evaluating 'clickhouseOptions.queryOptions') at /app/lib/db/throttler.js:59:81 at anonymous (native:1:1) at /app/lib/db/clickhouse.js:92:9 at anonymous (native:1:1) at /app/lib/handlers/push.js:24:7
I think
qryn/lib/db/throttler.js
Line 3 in b4cda9e
Thanks,
Bernd
The text was updated successfully, but these errors were encountered:
@bzed apparently a bun problem. Will be fixed today. Please use the NodeJS version for now.
Sorry, something went wrong.
@bzed everything fixed on 3.2.16 . Sorry for the inconvenience.
Closing are resolved, please feel free to reopen if needed and thanks for the report!
akvlad
No branches or pull requests
Hi,
seems there was a bug in #361 -
I think
qryn/lib/db/throttler.js
Line 3 in b4cda9e
should require clickhouse_options now?
Thanks,
Bernd
The text was updated successfully, but these errors were encountered: