chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

feat(bot): use single ingest queue per installation #749

Closed chdsbd closed 2 years ago

chdsbd commented 2 years ago

Previously we had a shared pool of ingest queue workers. This is bad because a lot of workers can get tied up waiting on the API rate limit throttle.

Now we start an ingest worker per installation.