This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build-295] Improve Builder submission rate (#70)
- Prior to change, builder submissions happened roughly between ~t-11 to ~t+3 where t is the time of slot s - After change, builder submissions happen roughly between ~t-4 to ~t+3, which is desired * Add bug fix for rate limit * Expose environment variables that adjust builder rate limit and burst limit, update submit logic such that submissions happen near end of slot * Update submit loop function * Update conditional in resubmit loop * Update rate limit variable name * Create constant for default burst on builder rate limit * Use CLI flags instead of bespoke environment variables for builder rate limit settings * Fix typo * Update logs for more data analysis * Expose builder block resubmit interval as CLI flag and environment variable * Update variable name for default builder block resubmit interval * Fix wait time when timestamp is not passed in to address failures in unit tests * Update README * Update comments * Fix when error log occurs * Update log * Update check * Update go mod
- Loading branch information
1 parent
f8c6b44
commit 66893df
Showing
10 changed files
with
231 additions
and
60 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
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
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
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
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
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.