return v1 block txs

This commit is contained in:
tarikceric 2025-03-12 09:14:45 -07:00
parent e618b32001
commit bd758adea0

View File

@ -1,5 +1,6 @@
workflow_name,workflow_schedule
dbt_run_streamline_blocks_realtime,"2-59/5 * * * *"
dbt_run_streamline_block_txs_realtime,"14-59/15 * * * *"
dbt_run_streamline_block_txs_realtime_2,"09-54/15 * * * *"
dbt_run_incremental_core,"19,49 * * * *"
dbt_run_incremental_non_core,"4 */3 * * *"

1 workflow_name workflow_schedule
2 dbt_run_streamline_blocks_realtime 2-59/5 * * * *
3 dbt_run_streamline_block_txs_realtime 14-59/15 * * * *
4 dbt_run_streamline_block_txs_realtime_2 09-54/15 * * * *
5 dbt_run_incremental_core 19,49 * * * *
6 dbt_run_incremental_non_core 4 */3 * * *