You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/server/python/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -404,9 +404,9 @@ There is a maximum of `500KB` per batch request and `32KB` per call.
404
404
405
405
If the module detects that it can't flush faster than it's receiving messages, it'll simply stop accepting messages. This means your program will never crash because of a backed up analytics queue. The default `max_queue_size` is `10000`.
406
406
407
-
### How do I flush right now?!
407
+
### Flush
408
408
409
-
You can also flush on demand. For example, at the end of your program, you'll want to flush to make sure there's nothing left in the queue. Just call the `flush` method:
409
+
You can call the `flush` method at the end of your programto make sure there's nothing left in the queue:
0 commit comments