GitHub’s app delivery API doesn’t have enough filtering options and allows a maximum of 100 items per page. We have a ‘max_page’ limit to avoid endless pagination. As the number of delivered webhook events has increased, we occasionally hit the max_page limit. Instead of raising the ‘max_page’ limit, I prefer to check it more frequently. Increasing the 'max_page' limit extends the time spent on a single run and raises the risk of apoptosis. It makes more sense to check more frequently with less pages rather than less frequently with more pages.
382 B
382 B