Open
Bug 1920957
Opened 11 months ago
Updated 11 months ago
Implement buffered distributions API for child processes
Categories
(Data Platform and Tools :: Glean: SDK, enhancement, P4)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
NEW
People
(Reporter: janerik, Unassigned)
References
Details
For the time being we're logging, but not accumulating any values when the buffered API is being used in a child process.
We should eventually implement that.
The IPC part buffers anyway, so maybe we can just pass through values? Or do simple buffering and flush to the IPC buffers on drop, which then flushes to the main process eventually.
Reporter | ||
Updated•11 months ago
|
Priority: -- → P4
You need to log in
before you can comment on or make changes to this bug.
Description
•