tl-its-umich-edu / tool-migration

App for migrating external (LTI) tools in Instructure's Canvas LMS.
1 stars 3 forks source link

Adopt asynchronous API interactions for tab updating #3

Closed ssciolla closed 1 year ago

ssciolla commented 1 year ago

Since the actually replacement of LTI tools in the navigation doesn't involve paging, it should be feasible to use httpx's asynchronous functionality to improve performance. We need to keep the rate limit in mind, but there should be limiting capability from the async ecosystem.