AN-5086/traces-retry (#392)

* null

* remove
This commit is contained in:
drethereum 2024-08-07 09:48:45 -06:00 committed by GitHub
parent 794703dd10
commit 5fc66ab713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
27 changed files with 2 additions and 27 deletions

View File

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

View File

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

View File

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

View File

@ -33,7 +33,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

@ -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

@ -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

@ -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

@ -45,7 +45,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
@ -32,3 +31,5 @@ WHERE
FROM
lookback
)
AND tr.block_timestamp >= DATEADD('hour', -84, SYSDATE())
AND tr.block_timestamp IS NOT NULL