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

kodiak down? #748

Closed clxmstaab closed 2 years ago

clxmstaab commented 2 years ago

it seems the kodiak bot does not work atm.

our PR at https://github.com/complex-gmbh/php-clxproductnet/pull/1457 (private repo) does not show a "kodiak check" at all and the automerge does not trigger

staabm commented 2 years ago

the bot merged the PR right now. the PR was sitting 5 minutes with all checks green before the merge happened.

chdsbd commented 2 years ago

I rolled out a PR last night that caused this (#744). The PR splits the http handler into a separate process that dumps web hooks into a queue and the default queue worker count was too small (5). https://github.com/chdsbd/kodiak/pull/744/files#diff-df724461ffc24a0b863bb88360359f78a8ff4285e69ac493f8deba0df637b8eaR57

I've bumped up the worker count to 100 and the queue size is now at 0, was at like 8k of 10k.

clxmstaab commented 2 years ago

thanks for the fast feedback and fix <3.