mozilla-services / remote-settings-lambdas

Remote Settings scheduled tasks
Apache License 2.0
2 stars 8 forks source link

Build a small bundle for collections that have the startup flag #1481

Closed leplatrem closed 1 month ago

leplatrem commented 1 month ago

Context: https://bugzilla.mozilla.org/show_bug.cgi?id=1907327#c2

Bundling all collections is 6MB, which can take several seconds to fetch.

Bundling only collections that are synced right on startup will be around 70KB.

Note: The lambdas still builds a changesets.zip archive, that we could leverage in a follow-up work to reduce the number of requests in the background sync. But technically, we could decide to remove it.