Open sevenjay opened 8 months ago
When calling sender.flush(), is it possible to use an asynchronous approach?
sender.flush()
I've drafted a PR for a SenderPool. I'm still deciding if this is a good way to go, since it would introduce a second alternative API for more advanced use cases.
SenderPool
I'd be happy to take some feedback.
See: https://github.com/questdb/py-questdb-client/pull/66
When calling
sender.flush()
, is it possible to use an asynchronous approach?