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

MIGRATION_HEAVY_INDEX_OPERATIONS_CHECK_INTERVAL env variable #370

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions setup/env-variables/backend-env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup
| `MIGRATION_SANITIZE_DUPLICATED_LOG_INDEX_LOGS_CONCURRENCY` | Number of parallel logs batches processing. Implemented in [#11055](https://github.com/blockscout/blockscout/pull/11055) | <p>Version: v6.9.0+<br>Default: <code>10</code><br>Applications: API, Indexer</p> |
| `MIGRATION_REFETCH_CONTRACT_CODES_BATCH_SIZE` | Number of addresses to process in the batch. Implemented in [#11055](https://github.com/blockscout/blockscout/pull/11055) | <p>Version: v6.9.0+<br>Default: <code>100</code><br>Applications: API, Indexer</p> |
| `MIGRATION_REFETCH_CONTRACT_CODES_CONCURRENCY` | Number of parallel addresses batches processing. Implemented in [#11055](https://github.com/blockscout/blockscout/pull/11055) | <p>Version: v6.9.0+<br>Default: <code>5</code><br>Applications: API, Indexer</p> |
| `MIGRATION_HEAVY_INDEX_OPERATIONS_CHECK_INTERVAL` | Interval between status checks of heavy db operation like index creation or dropping. Time format. Implemented in [#11604](https://github.com/blockscout/blockscout/pull/11604) | <p>Version: master<br>Default: <code>10m</code><br>Applications: API, Indexer</p> |

## <mark style="background-color:orange;">Exchange Rates</mark>

Expand Down