erlang-server-sdk icon indicating copy to clipboard operation
erlang-server-sdk copied to clipboard

LaunchDarkly Server-Side SDK for Erlang/Elixir

Results 9 erlang-server-sdk issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We are seeing excessively long variation fetch times in our production environment. We are using Redis as our backend. In the attached span, you can see that...

waiting for feedback

**Is your feature request related to a problem? Please describe.** Using LaunchDarkly in certain code paths that are deep in the call stack can easily starve the events buffer and...

**Is your feature request related to a problem? Please describe.** I'd like to be able to use `:ldclient_context.new_multi_from/1` with a mixed list of `:ldclient_context.context()` and `:ldclient_context.multi_context()`. Presently, you end up...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, we have the Erlang SDK running at scale in our services, tho, recently, our team start to face, what...

** For future users that encounter issues ** In gun version 2.1.0 an attempt is made to load certificates from the OS. Even if you disable verification this will be...

When using daemon mode a warning would be produced on variation calls that the SDK had not finished initialization. This situation doesn't apply to daemon mode where we only read...

**Is this a support request?** No **Describe the bug** When using the Redis backing store, network errors can take down that section of the supervisor tree without crashing the whole...

**Is your feature request related to a problem? Please describe.** We get a non-negligible amount of logs from the LaunchDarkly SDK, which is great. However, these logs are almost impossible...