Skip to content

Instantly share code, notes, and snippets.

@isSerge
Created March 7, 2023 14:34
Show Gist options
  • Select an option

  • Save isSerge/2e36de75367429d6cfc2edac54a1054b to your computer and use it in GitHub Desktop.

Select an option

Save isSerge/2e36de75367429d6cfc2edac54a1054b to your computer and use it in GitHub Desktop.
Aquarium archive timeout
% make process
query: SELECT * FROM current_schema()
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'public' AND "table_name" = 'migrations'
query: SELECT * FROM "migrations" "migrations" ORDER BY "id" DESC
No migrations are pending
18:32:55 INFO sqd:processor last processed block was 19
18:32:55 INFO sqd:processor processing blocks from 20
18:32:55 DEBUG sqd:processor:archive-request http request
httpRequestId: 0
httpRequestUrl: https://gemini-2a-testnet.archive.subsquid.io/graphql
httpRequestMethod: POST
httpRequestHeaders: [["content-type","application/json"],["x-squid-id","gen-d7PL1UIuDA"]]
httpRequestBody: {"query":"query { status { head } }"}
18:32:55 DEBUG sqd:processor:archive-request http headers
httpRequestId: 0
httpResponseUrl: https://gemini-2a-testnet.archive.subsquid.io/graphql
httpResponseStatus: 200
httpResponseHeaders: {}
18:32:55 DEBUG sqd:processor:archive-request http body
httpRequestId: 0
httpResponseBody: {"data":{"status":{"head":2254264}}}
18:32:55 INFO sqd:processor prometheus metrics are served at port 3000
18:32:55 DEBUG sqd:processor:archive-request http request
httpRequestId: 1
httpRequestUrl: https://gemini-2a-testnet.archive.subsquid.io/graphql
httpRequestMethod: POST
httpRequestHeaders: [["content-type","application/json"],["x-squid-id","gen-d7PL1UIuDA"]]
httpRequestBody: {"query":"query {\n status {\n head\n }\n batch(fromBlock: 20, toBlock: 2254264, includeAllBlocks: true, events: [{name: \"*\"}], calls: [{name: \"*\"}]) {\n header {\n id\n height\n hash\n parentHash\n timestamp\n specId\n stateRoot\n extrinsicsRoot\n validator\n }\n events\n calls\n extrinsics\n }\n}\n"}
18:33:04 DEBUG sqd:processor:archive-request http headers
httpRequestId: 1
httpResponseUrl: https://gemini-2a-testnet.archive.subsquid.io/graphql
httpResponseStatus: 200
httpResponseHeaders: {}
18:33:15 WARN sqd:processor:archive-request request will be retried in 10 ms
httpRequestId: 1
reason: HttpTimeoutError: request timed out after 20000 ms
18:33:24 DEBUG sqd:processor:archive-request http headers
httpRequestId: 1
httpResponseUrl: https://gemini-2a-testnet.archive.subsquid.io/graphql
httpResponseStatus: 200
httpResponseHeaders: {}
18:33:35 WARN sqd:processor:archive-request request will be retried in 100 ms
httpRequestId: 1
reason: HttpTimeoutError: request timed out after 20000 ms
18:33:43 DEBUG sqd:processor:archive-request http headers
httpRequestId: 1
httpResponseUrl: https://gemini-2a-testnet.archive.subsquid.io/graphql
httpResponseStatus: 200
httpResponseHeaders: {}
^Cmake: *** [process] Interrupt: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment