Open
Bug 1731279
Opened 3 years ago
Updated 2 years ago
Investigate starting RLB shutdown a little earlier
Categories
(Toolkit :: Telemetry, task, P5)
Toolkit
Telemetry
Tracking
()
NEW
People
(Reporter: chutten, Unassigned)
References
Details
(Whiteboard: [telemetry:fog:m?])
From dthayer's comment it appears as though we can be more pleasant during shutdown by:
- Starting our shutdown earlier during
AppShutdownTelemetry
- This should be an okay thing to do for our consumers who are already used to this being the final point in time that Telemetry can be recorded
- Blocking on our shutdown tasks completing during
XPCOMShutdown
This might be a little tricky given how the Rust Glean SDK currently exposes its shutdown, but we can change that (maybe leave shutdown()
's timing as-is (only returns when shutdown is complete), but introduce a begin_shutdown()
which kicks things off and then returns immediately?).
Reporter | ||
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•