openedx / course-discovery

Service providing access to consolidated course and program metadata
https://edx-discovery.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
57 stars 171 forks source link

perf: reduce write requests call to google spreadsheet using gspread client via append_rows method #4423

Closed AfaqShuaib09 closed 3 weeks ago

AfaqShuaib09 commented 3 weeks ago

This PR replaces the append_row method with the append_rows method to write all rows to the spreadsheet in a single call instead of making separate calls for each row.