Merge pull request #40 from FlipsideCrypto/AN-5086/traces-retry

AN-5086/traces-retry
This commit is contained in:
Austin 2024-08-07 08:49:48 -07:00 committed by GitHub
commit 28716a21ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 2 additions and 14 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

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

View File

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

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