Eli Skeggs
Eli Skeggs
It would be nice, for reference, if the code itself contained more documentation. The comments are excellent, but more organization and a clearer specification of whether a method/function is public...
At the moment, when a socket closes it's basically permanent. All kinds of methods are replaced in favor of functions which only `throw` and there's no reconnect support. Even in...
It looks like this file was moved around and slightly renamed - update the reference.
I took #112 and rebased it against the default branch - phew! I probably preserved way more of the individual commits than I needed to :grin: (edit: still reachable from...
It looks like Redis has deprecated `BRPOPLPUSH` in favor of `BLMOVE`. It might be prudent to think about the future of bee-queue in this light, along the lines of Redis...
To prevent #310 from happening more, we should probably have some set of basic typescript usage tests that validate that we won't break things in an obvious way.
This solution introduces a new client-specific identifier that can be used independent of the normal identifier. This approach permits the continued use of the global incrementing queue `id` so that...
Adds the documented but missing `retrying` event, and adds a `failed:fatal` event that signals that a job has failed permanently. The `failed` event remains as it was, signaling job execution...
For later, it would be nice to be able to specify an `encode`/`decode` pair to allow use of other encodings besides JSON like protobuf or msgpack.
### SDK version ``` github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1 ``` ### Use-cases I'd like to make a provider that exposes a variant of the `random_shuffle` resource, except that it attempts to provide stability...