adjust schedule (#319)

This commit is contained in:
Austin 2023-12-06 13:51:49 -05:00 committed by GitHub
parent f322640542
commit d69f63c99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
workflow_name,workflow_schedule
dbt_run_scheduled_non_realtime,"2,32 * * * *"
dbt_run_scheduled_non_realtime,"5,35 * * * *"
dbt_run_streamline_chainhead,"25,55 * * * *"
dbt_run_streamline_decoder,"10,40 * * * *"
dbt_run_scheduled_curated,"15 * * * *"
dbt_run_streamline_decoder,"15,45 * * * *"
dbt_run_scheduled_curated,"20 * * * *"
dbt_test_intraday,"20 */4 * * *"
dbt_test_tasks,"0 * * * *"
1 workflow_name workflow_schedule
2 dbt_run_scheduled_non_realtime 2,32 * * * * 5,35 * * * *
3 dbt_run_streamline_chainhead 25,55 * * * *
4 dbt_run_streamline_decoder 10,40 * * * * 15,45 * * * *
5 dbt_run_scheduled_curated 15 * * * * 20 * * * *
6 dbt_test_intraday 20 */4 * * *
7 dbt_test_tasks 0 * * * *