channable/hoff

Add configuration options for the event queue sizes

Open

#236 opened on Oct 10, 2023

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Haskell (4 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (45 stars)
PR merge metrics
 (PR metrics pending)

Description

As suggested in #235, it would be nice to be able to set the event queue size limits in Hoff's configuration. These were recently bumped from 10 to 128 to avoid dropping events when GitHub starts sending Hoff dozens of webhook events in rapid succession. Being able to change this limit without having to patch and redeploy Hoff would be a nice quality of life change.

Contributor guide