transparency-dev / trillian-tessera

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

Don't abort the integrate on 429 for checkpoint #72

Closed AlCutter closed 4 months ago

AlCutter commented 4 months ago

This PR stops us from aborting and rolling back the whole integrate if we get rate-limited when writing out the checkpoint.

We'll still want to ensure that the checkpoint gets updated at some point in the near future, currently we'll just rely on a subsequent integrate run doing that.

Toward #23