-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seed order to manage logs overflow (#10485)
* update ocr2keepers * go mod tidy * buffer: drop logs by seed-order * comment out noisy log * ensure order for provider.GetLatestPayloads() * ensure order for recoverer.GetRecoveryProposals() * use a normalized value of latestBlock * set overall limit for recovery proposals (MaxProposals) value TBD, currently set to 50 * set max proposals to 20 (was 50) * apply total limits when dequeing for payloads MaxPayloads was set to 100 * fix test * fix max block logs * protect log spamming * renaming * lint * set offset to 100 * added tests * use maps when sorting * temporary added blockhash to log id * lint * remove todo from log id func
- Loading branch information
Showing
7 changed files
with
677 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.