Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent failure in /_mozilla/mozilla/task_queue_throttling.any.html #22519
Labels
Comments
Member
jdm
commented
Dec 21, 2018
|
This looks like the same as #21552 Problem I think is that when the results of the file reading in parallel are "slow" to be enqueued as tasks, we don't get the throttling since the tasks haven't been enqueued yet, and the performance timeline task ends-up being run first... The solution would be somehow ensure, perhaps by using something else than a file reader, that tasks meant to 'fill-up' the queue are indeed enqueued by the next iteration of the event-loop(and not later). The solution should preferably work both in workers and browsing-contexts event-loops... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment