Sprints: Re-render pages for fresh compat data (May 2020 edition)

Created on 30 Apr 2020  路  2Comments  路  Source: mdn/sprints

Please re-render all pages with the compat macro, so that users see the latest data.

cc @escattone

Previously: https://github.com/mdn/sprints/issues/3024

Most helpful comment

I re-rendered 21,375 documents that contain the compat macro in about 72 minutes.

All 2 comments

Summary

I run this gist within a ./manage.py shell_plus on a celery-worker pod, and scale-up the api and kumascript pods to six (6) pods each (kc scale --replicas=6 deploy api kumascript) before I make the run. It usually takes about 1-2 hours to render about 20K documents.

Acceptance Criteria

  • [x] All documents that use the compat macro have been successfully re-rendered on prod

I re-rendered 21,375 documents that contain the compat macro in about 72 minutes.

Was this page helpful?
0 / 5 - 0 ratings