zuul/releasenotes/notes/rate-limit-logging-cedd9bb7fb5553d9.yaml
Tobias Henkel 9a694815ff
Make GitHub rate limit logging configurable
Currently we have fixed rate limit logging in the GitHub driver. This
does a rate limit api call after almost each api call to
GibHub. However if the GitHub Enterprise instance doesn't have a rate
limit configured this logging doesn't make sense and costs an
additional network round trip time for every request. Thus make this
configurable and by default enabled to retain the current behavior.

Change-Id: I39762611ff74e2ab1fb277f8e9c32be0673abfa3
2018-07-05 09:17:19 +02:00

7 lines
205 B
YAML

---
features:
- |
GitHub :attr:`<github connection>.rate_limit_logging` now can be configured.
If disabled this can save some network round trip times. This can be
configured per connection.