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.
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