Heyang Zhou
Heyang Zhou
After migrating to `tracing` log delivery has some strange issues: If an instance gets a background task channel lock in a few seconds after startup, the `channel lock acquired` log...
Getting `RangeError: Invalid status code` when using `Response.redirect("/some_url")`.
There aren't any automated tests currently and I test each new feature manually in `examples/pkg`. This is bad. We need to fix it.
Currently, an `atLeastOnce` background task will be retried if the Blueboat host process exits during execution, but will NOT be retried in the following circumstances: - An exception is thrown....
Currently, for exceptions thrown in the initialization phase of an application: 1) Stack traces are not included in the error message. 2) The error is not aggregated to Kafka. For...
I was benchmarking some of the crypto routines in Blueboat. The code is: ```js const start = Date.now(); const n = 10000; const key = crypto.getRandomValues(new Uint8Array(16)); const nonce =...
This loop involving `prefix_delete` can be parallelized: https://github.com/losfair/blueboat/blob/14218b4ac7e023006374be7e9756b52c81060dbf/src/task.rs#L500
### What is the problem this feature will solve? Hello, I understand that for common-case efficiency `bun:sqlite` exposes a synchronous interface. But for high-latency storage providers (like database on NFS,...