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

INDEXER_CATCHUP_BLOCKS_BATCH_SIZE and INDEXER_CATCHUP_BLOCKS_CONCURRENCY env varaibles #6196

Merged
merged 1 commit into from Sep 30, 2022

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Sep 30, 2022

Motivation

Blocks catchup fetcher batch size and concurrency are currently hard coded. It is a demand to change them in runtime for the sake of flexibility.

Changelog

Introduce:
INDEXER_CATCHUP_BLOCKS_BATCH_SIZE - the batch size of the blocks catchup fetcher
INDEXER_CATCHUP_BLOCKS_CONCURRENCY - concurrency of the blocks catchup fetcher

Docs update in blockscout/docs#78

Checklist for your Pull Request (PR)

@vbaranov vbaranov force-pushed the vb-catchup-batch-size-concurrency-variables branch from f1fa1b8 to 13f4072 Compare September 30, 2022 11:12
@vbaranov vbaranov force-pushed the vb-catchup-batch-size-concurrency-variables branch 2 times, most recently from 5e284b4 to 883a291 Compare September 30, 2022 12:49
@vbaranov vbaranov force-pushed the vb-catchup-batch-size-concurrency-variables branch from 883a291 to bb326f8 Compare September 30, 2022 13:26
@vbaranov vbaranov force-pushed the vb-catchup-batch-size-concurrency-variables branch from bb326f8 to 276dd01 Compare September 30, 2022 13:57
@vbaranov vbaranov merged commit 9b6b480 into master Sep 30, 2022
@vbaranov vbaranov deleted the vb-catchup-batch-size-concurrency-variables branch September 30, 2022 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants