remove tx units backfill job (#742)

This commit is contained in:
tarikceric 2024-12-20 10:49:39 -08:00 committed by GitHub
parent 4972bfd75d
commit 40c3f1688e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,5 +11,4 @@ dbt_run_streamline_block_rewards,"*/15 * * * *"
dbt_run_streamline_block_txs,"*/6 * * * *"
dbt_run_streamline_helius_cnft_metadata,"*/10 * * * *"
dbt_run_streamline_solscan_blocks,"7,27,47 * * * *"
dbt_run_transactions_units_consumed_backfill,"2,7,12,17,22,27,32,37,42,47,52,57 * * * *"
dbt_test_tasks,"0,30 * * * *"

1 workflow_name workflow_schedule
11 dbt_run_streamline_block_txs */6 * * * *
12 dbt_run_streamline_helius_cnft_metadata */10 * * * *
13 dbt_run_streamline_solscan_blocks 7,27,47 * * * *
dbt_run_transactions_units_consumed_backfill 2,7,12,17,22,27,32,37,42,47,52,57 * * * *
14 dbt_test_tasks 0,30 * * * *