transparency-dev / trillian-tessera

Go library for building tile-based transparency logs (tlogs)
Apache License 2.0
11 stars 11 forks source link

Add support for pushback on GCP #92

Closed AlCutter closed 4 months ago

AlCutter commented 4 months ago

This PR adds a simple pushback implementation for GCP.

This enables a configurable threshold for applying back-pressure when there are too many as-yet unintegrated entries.

Toward #6 #23

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 32.00000% with 17 lines in your changes missing coverage. Please review.

Project coverage is 32.20%. Comparing base (46ec9c2) to head (51134bd). Report is 14 commits behind head on main.

Files Patch % Lines
storage/gcp/gcp.go 44.44% 7 Missing and 3 partials :warning:
cmd/example-gcp/main.go 0.00% 4 Missing :warning:
log.go 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #92 +/- ## ========================================== - Coverage 35.80% 32.20% -3.60% ========================================== Files 16 16 Lines 1363 1509 +146 ========================================== - Hits 488 486 -2 - Misses 801 949 +148 Partials 74 74 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.