mozilla / webcompat-dashboard

Web Compatibility Knowledge Base Next Generation Dashboard
Mozilla Public License 2.0
2 stars 2 forks source link

Move BigQuery call for user_reports to same Worker thread that data is analyzed on #21

Closed moztcampbell closed 6 months ago

moztcampbell commented 6 months ago

Instead of transfering BQ data between threads (with structured-clone), do the request on that helper thread. This is to improve main-thread responsiveness so that heartbeats don't fail.