Hi growthbook teams
In python SDK, I have 2 questions
1). If we don't use Webhook, How do we get real-time feature updates? If I'm using Redis cache, I need to wait until the cache expires to load new feature updates. Do you have another suggestion? Does the Python SDK have streaming (sse)?
brave-judge-45835
09/29/2023, 8:43 AM
2). What does the function gb.load_features() in the growthbook class do? Did it open a new socket for getting notified from the growthbook server for feature updates or just request features by HTTPS?