AN-5086/traces-retry (#936)

* null

* remove
This commit is contained in:
drethereum 2024-08-07 09:47:58 -06:00 committed by GitHub
parent f799980fb8
commit f1cd198eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
32 changed files with 2 additions and 32 deletions

View File

@ -33,7 +33,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -20,7 +20,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -44,7 +44,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -35,7 +35,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -20,7 +20,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -20,7 +20,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -20,7 +20,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -20,7 +20,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -20,7 +20,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -49,7 +49,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -20,7 +20,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -21,7 +21,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -20,7 +20,6 @@ env:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

View File

@ -18,7 +18,6 @@ FROM
tr
ON tx.block_number = tr.block_number
AND tx.tx_hash = tr.tx_hash
AND tr.block_timestamp >= DATEADD('hour', -84, SYSDATE())
WHERE
tx.block_timestamp >= DATEADD('hour', -84, SYSDATE())
AND tr.tx_hash IS NULL
@ -28,3 +27,5 @@ WHERE
FROM
lookback
)
AND tr.block_timestamp >= DATEADD('hour', -84, SYSDATE())
AND tr.block_timestamp IS NOT NULL