Skip to content

Commit

Permalink
MTG-1110 Add request timeout for PG DB query
Browse files Browse the repository at this point in the history
- update CHANGELOG.md
  • Loading branch information
andrii-kl committed Jan 17, 2025
1 parent ccd9e0e commit 752fc40
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
- Unique consumer ID for each worker. [MTG-1155]
- Unique worker name to simplify debugging. [MTG-1155]
- Ability to configure workers batch size via env variables. (account_processor_buffer_size tx_processor_buffer_size) [MTG-1155]
- Configurable timeout for the PG database queries [MTG-1110](https://github.com/metaplex-foundation/aura/pull/371)
-






### Changed
- Default number of Redis message reads retries to the (number of workers + 1) [MTG-1155]
-
Expand All @@ -30,5 +34,9 @@
* tx_processor_buffer_size
* redis_accounts_parsing_workers
* redis_transactions_parsing_workers
-
- [MTG-1110] Configur PG max query statement timeout or test default configuration.
* INGESTER_PG_MAX_QUERY_TIMEOUT_SECS (default: 120sec)
* SYNCHRONIZER_PG_MAX_QUERY_TIMEOUT_SECS (default: 24h)
* MIGRATOR_PG_MAX_QUERY_TIMEOUT_SECS (default: 24h)
* API_PG_MAX_QUERY_TIMEOUT_SECS (default: 120sec)

0 comments on commit 752fc40

Please sign in to comment.