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

LaunchDarkly Server-side SDK for Python

Results 12 python-server-sdk issues
Sort by recently updated
recently updated
newest added

**Is this a support request?** No **Describe the bug** A very large volume error logs reading `Unhandled exception in event processor` occured at a rate of about 97k logs/min until...

:robot: I have created a release *beep* *boop* --- ## [9.4.1](https://github.com/launchdarkly/python-server-sdk/compare/9.4.0...9.4.1) (2024-05-17) ### Bug Fixes * Log warning if client init timeout is considered high ([#295](https://github.com/launchdarkly/python-server-sdk/issues/295)) ([08514fe](https://github.com/launchdarkly/python-server-sdk/commit/08514fe5c045985f1751c88b86302a05056b633d)) ### Documentation *...

autorelease: pending

Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. Release notes Sourced from redis's releases. 5.0.1 Changes 🚀 New Features Provide aclose() / close() for classes requiring lifetime management...

dependencies

**Is your feature request related to a problem? Please describe.** There is no support to pass the certificate as a string directly while using the Relay Proxy. We can only...

**Is your feature request related to a problem? Please describe.** As far as I can tell, this SDK won't work with asyncio or asgi services due to the use of...

**Is this a support request?** Support Ticket #31907 **Describe the bug** We are running a python flask app on a set of linux servers and in an AWS lambda. In...

**Is your feature request related to a problem? Please describe.** The SDK is currently launching 11 threads by default when doing `ldclient.set_config(Config(sdk_key)); ldclient.get()`. This is resource intensive in python and...

When determining if a proxy should be used, the SDK would: 1. Check the `config.http_config.http_proxy` value. If that is set, use that value without further consideration. 2. If the target...