Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(charts): configurable components block times variables #1827

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

quasystaty1
Copy link
Contributor

Summary

Configurable block time environment variables for conductor and sequencer-relayer components

Background

Currently, ASTRIA_CONDUCTOR_CELESTIA_BLOCK_TIME_MS and ASTRIA_SEQUENCER_RELAYER_BLOCK_TIME environment variables are hard coded in the charts, the variables determines polling frequency and thus should be easily configurable.

Changes

  • configurable blocktime variables for conductor and sequencer relayer components.

Testing

locally templating the chart with new default values.

Changelogs

No updates required

@quasystaty1 quasystaty1 requested a review from a team as a code owner November 20, 2024 09:34
@github-actions github-actions bot added the cd label Nov 20, 2024
@@ -172,6 +172,8 @@ config:
# The expected fastest block time possible from sequencer, determines polling
# rate.
sequencerBlockTimeMs: 2000
# The expected fastest block time possible from DA, determines polling rate.
celestiaBlockTimeMs: 12000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably update this default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should update celestia-local blocktime as well then

@quasystaty1 quasystaty1 force-pushed the quasystaty1/charts/configurable-blocktime branch from c2dcc10 to 2c7f38f Compare December 12, 2024 16:36
@quasystaty1 quasystaty1 added this pull request to the merge queue Dec 12, 2024
Merged via the queue into main with commit c1fd3e4 Dec 12, 2024
46 checks passed
@quasystaty1 quasystaty1 deleted the quasystaty1/charts/configurable-blocktime branch December 12, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants