There was an error while loading. Please reload this page.
1 parent e277713 commit 12f06e5Copy full SHA for 12f06e5
1 file changed
posthog/__init__.py
@@ -626,7 +626,7 @@ def load_feature_flags():
626
627
def flush():
628
"""
629
- Tell the client to flush.
+ Tell the client to flush all queued events.
630
631
Examples:
632
```python
@@ -642,7 +642,7 @@ def flush():
642
643
def join():
644
645
- Block program until the client clears the queue.
+ Block program until the client clears the queue. Used during program shutdown. You should use `shutdown()` directly in most cases.
646
647
648
0 commit comments