From 24e91d5d277e2627f74b7cab49c900f63ac02ed6 Mon Sep 17 00:00:00 2001 From: belopash Date: Fri, 1 Nov 2024 22:13:00 +0500 Subject: [PATCH] changes --- .../execution-timeout-retry_2024-11-01-17-12.json | 10 ++++++++++ .../execution-timeout-retry_2024-11-01-17-12.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 common/changes/@subsquid/evm-processor/execution-timeout-retry_2024-11-01-17-12.json create mode 100644 common/changes/@subsquid/rpc-client/execution-timeout-retry_2024-11-01-17-12.json diff --git a/common/changes/@subsquid/evm-processor/execution-timeout-retry_2024-11-01-17-12.json b/common/changes/@subsquid/evm-processor/execution-timeout-retry_2024-11-01-17-12.json new file mode 100644 index 000000000..84e63eca9 --- /dev/null +++ b/common/changes/@subsquid/evm-processor/execution-timeout-retry_2024-11-01-17-12.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@subsquid/evm-processor", + "comment": "allow to configure number of rpc connection errors retry attempts", + "type": "minor" + } + ], + "packageName": "@subsquid/evm-processor" +} \ No newline at end of file diff --git a/common/changes/@subsquid/rpc-client/execution-timeout-retry_2024-11-01-17-12.json b/common/changes/@subsquid/rpc-client/execution-timeout-retry_2024-11-01-17-12.json new file mode 100644 index 000000000..c8c54490c --- /dev/null +++ b/common/changes/@subsquid/rpc-client/execution-timeout-retry_2024-11-01-17-12.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@subsquid/rpc-client", + "comment": "make `exectution timeout` error retryable", + "type": "minor" + } + ], + "packageName": "@subsquid/rpc-client" +} \ No newline at end of file