qryn.js is renamed to qryn.mjs according to the node standards.
Node versions with no ES6 support (I believe v14) are deprecated
Known issues
Sometimes during the e2e test I have experienced the bun crash with the message of pure virtual function call:
pure virtual method called
uh-oh: A C++ exception occurred
bun will crash now 😭😭😭
----- bun meta -----
Bun v1.0.1 (31aec4eb) Linux x64 #34-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 4 13:06:55 UTC 2023
AutoCommand:
Elapsed: 449470ms | User: 5805ms | Sys: 1363ms
RSS: 0.20GB | Peak: 4.78GB | Commit: 0.20GB | Faults: 0
----- bun meta -----
0 0x55f268efa3bb
1 ???
2 ???
3 ???
4 ???
5 ???
6 ???
7 ???
8 ???
9 ???
10 ???
11 ???
12 ???
13 ???
14 ???
15 ???
16 ???
17 ???
18 ???
19 ???
20 ???
21 ???
22 ???
23 ???
24 ???
25 ???
Crash report saved to:
~/.bun-crash/v1.0.1-1696593282967.crash
The crash is observed under different circumstances.
This should be avoided via running qryn with pm2 or docker with auto-restart.
The community help would be nice.
UPD: the issue seems fixed. The Bun worker module is not production ready. Will check for several next hours.
bun support
Breaking changes
qryn.js
is renamed toqryn.mjs
according to the node standards.Known issues
Sometimes during the e2e test I have experienced the bun crash with the message of pure virtual function call:
The crash is observed under different circumstances. This should be avoided via running qryn with pm2 or docker with auto-restart. The community help would be nice.
UPD: the issue seems fixed. The Bun worker module is not production ready. Will check for several next hours.