We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey team,
i'm wondering if node.js client could support flush on demand like the classic one does before,
analytics.flush(function(err, batch){ console.log('Flushed, and now this program can exit!'); });
instead of call .closeAndFlush() to stop collecting new events.
.closeAndFlush()
The use case i have is, i have set flushAt, for example, 100 and let batch processing events.
There's one particular time sensitive event, when it fired, i want to send immediately instead of waiting for the batch.
But i still want to keep collecting new events after flush.
The text was updated successfully, but these errors were encountered:
Thanks @kim5566 for taking out an issue, we are looking at bringing this back -- see #822
Sorry, something went wrong.
Tracking this: #822 -- closed for consolidation purposes.
No branches or pull requests
hey team,
i'm wondering if node.js client could support flush on demand like the classic one does before,
instead of call
.closeAndFlush()
to stop collecting new events.The use case i have is, i have set flushAt, for example, 100 and let batch processing events.
There's one particular time sensitive event, when it fired, i want to send immediately instead of waiting for the batch.
But i still want to keep collecting new events after flush.
The text was updated successfully, but these errors were encountered: