pypi launchdarkly-server-sdk 6.9.4

latest releases: 9.4.0, 9.3.1, 9.3.0...
4 years ago

[6.9.4] - 2019-08-19

Fixed:

  • Under conditions where analytics events are being generated at an extremely high rate (for instance, if an application is evaluating a flag repeatedly in a tight loop on many threads), a thread could be blocked indefinitely within variation while waiting for the internal event processing logic to catch up with the backlog. The logic has been changed to drop events if necessary so threads will not be blocked (similar to how the SDK already drops events if the size of the event buffer is exceeded). If that happens, this warning message will be logged once: "Events are being produced faster than they can be processed; some events will be dropped". Under normal conditions this should never happen; this change is meant to avoid a concurrency bottleneck in applications that are already so busy that thread starvation is likely.

Don't miss a new launchdarkly-server-sdk release

NewReleases is sending notifications on new releases.