Skip to content

Commit acff31b

Browse files
authored
Merge pull request #44 from blockscout/va-multichain-export-counters
Envs for counters export to Multichain
2 parents f605a92 + 93bc974 commit acff31b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup/env-variables/backend-envs-integrations.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon
110110
| `MICROSERVICE_MULTICHAIN_SEARCH_API_KEY` | Multichain Search Service API key. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139) | Version: v6.10.0\+ <br />Default: (empty) <br />Applications: API, Indexer |
111111
| `MICROSERVICE_MULTICHAIN_SEARCH_ADDRESSES_CHUNK_SIZE` | Chunk size of addresses while exporting to Multichain Search DB. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377) | Version: v8.1.0\+ <br />Default: 7000 <br />Applications: API, Indexer |
112112
| `MICROSERVICE_MULTICHAIN_SEARCH_TOKEN_INFO_CHUNK_SIZE` | Chunk size of token info while exporting to Multichain Search DB. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867) | Version: v9.0.0\+ <br />Default: 1000 <br />Applications: Indexer |
113+
| `MICROSERVICE_MULTICHAIN_SEARCH_COUNTERS_CHUNK_SIZE` | Chunk size of counters while exporting to Multichain Search DB. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000`<br />Applications: Indexer |
113114
| `MIGRATION_BACKFILL_MULTICHAIN_SEARCH_BATCH_SIZE` | Batch size of backfilling Multichain Search Service DB. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139) | Version: v6.10.0\+ <br />Default: 10 <br />Applications: Indexer |
114115
| `INDEXER_DISABLE_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_FETCHER` | If `true`, multichain DB main (blocks, transactions, addresses) export fetcher doesn't run. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). | Version: v9.0.0\+<br />Default: `false`<br />Applications: Indexer |
115116
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_BATCH_SIZE` | Batch size for multichain DB main (blocks, transactions, addresses) export fetcher. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |
@@ -129,6 +130,12 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon
129130
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_ENQUEUE_BUSY_WAITING_TIMEOUT` | Timeout before new attempt to append item to multichain DB token info export queue if it's full. [Time format](backend-env-variables.md#time-format). Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1s`<br />Applications: Indexer |
130131
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_MAX_QUEUE_SIZE` | Maximum size of multichain DB token info export queue. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |
131132
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_INIT_QUERY_LIMIT` | Limit of the init query for processing the token info export queue to the Multichain DB. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1000` <br />Applications: Indexer |
133+
| `INDEXER_DISABLE_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_FETCHER` | If `true`, multichain DB counters export fetcher doesn't run. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `false`<br />Applications: Indexer |
134+
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_BATCH_SIZE` | Batch size for multichain DB counters export fetcher. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000`<br />Applications: Indexer |
135+
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_CONCURRENCY` | Concurrency for multichain DB counters export fetcher. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `10`<br />Applications: Indexer |
136+
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_ENQUEUE_BUSY_WAITING_TIMEOUT` | Timeout before new attempt to append item to multichain DB counters export queue if it's full. [Time format](backend-env-variables.md#time-format). Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1s`<br />Applications: Indexer |
137+
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_MAX_QUEUE_SIZE` | Maximum size of multichain DB counters export queue. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000`<br />Applications: Indexer |
138+
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_INIT_QUERY_LIMIT` | Limit of the init query for processing the counters export queue to the Multichain DB. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000` <br />Applications: Indexer |
132139

133140
## TAC Operation Lifecycle Service
134141

0 commit comments

Comments
 (0)