upd sched (#33)

* upd sched

* every 3
This commit is contained in:
eric-laurello 2024-12-09 16:37:49 -05:00 committed by GitHub
parent f2fba5cc7b
commit 11b750c60f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,4 +2,4 @@ workflow_name,workflow_schedule
dbt_run_streamline_blocks_realtime,"2-59/5 * * * *"
dbt_run_streamline_block_txs_realtime,"14-59/15 * * * *"
dbt_run_incremental_core,"19,49 * * * *"
dbt_run_incremental_non_core,"4,34 * * * *"
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_incremental_core 19,49 * * * *
5 dbt_run_incremental_non_core 4,34 * * * * 4 */3 * * *