Closed
Bug 1712920
Opened 4 years ago
Closed 4 years ago
Implement ping submission rate limit
Categories
(Data Platform and Tools Graveyard :: Glean.js, task, P1)
Data Platform and Tools Graveyard
Glean.js
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brizental, Assigned: brizental)
Details
(Whiteboard: [telemetry:glean-js:m2])
Attachments
(1 file)
Current limitation over on glean-core: 10 pings every 60s.
| Assignee | ||
Updated•4 years ago
|
Summary: Implement ping submission rate limitat → Implement ping submission rate limit
| Assignee | ||
Updated•4 years ago
|
Keywords: helpwanted
Whiteboard: [telemetry:glean-js:m?] → [telemetry:glean-js:backlog]
| Assignee | ||
Comment 1•4 years ago
•
|
||
To help Mozilla out with this bug, here's the steps:
- Comment here on the bug that you want to volunteer to help. I (or someone else) will assign it to you.
- Clone the Glean.js repository:
git clone https://github.com/mozilla/glean.js - Follow the instructions on CONTRIBUTING.md to get started.
- Start working on this bug. Note that the rate limit should be exactly the same as the one in glean-core (10 pings every 60s). The best place to check before diving into implemention here is how rate limiting is implemented over there.
| Assignee | ||
Updated•4 years ago
|
Priority: P4 → P3
Whiteboard: [telemetry:glean-js:backlog] → [telemetry:glean-js:m2]
| Assignee | ||
Updated•4 years ago
|
Priority: P3 → P4
| Assignee | ||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Data Platform and Tools → Data Platform and Tools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•