I implemented a throttled queue to manage rate limits for a project in the past where I had to limit

I implemented a throttled queue to manage rate limits for a project in the past where I had to limit to 3rps to the Notion API: https://github.com/jahands/msc-utils/blob/main/src/notion.ts
Could probably use this when processing batches
Was this page helpful?