Merge pull request #15 from FlipsideCrypto/edit-bob-schedule

back up intraday test
This commit is contained in:
drethereum 2025-04-24 11:06:48 -06:00 committed by GitHub
commit 26533d54ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ dbt_run_streamline_chainhead,"21,51 * * * *"
dbt_run_scheduled_main,"9 * * * *"
dbt_run_dev_refresh,"41 4 * * 1"
dbt_run_scheduled_decoded_logs,"20 * * * *"
dbt_test_intraday,"17 */4 * * *"
dbt_test_intraday,"37 */4 * * *"
dbt_test_daily,"57 5 * * *"
dbt_run_scheduled_abis,"31 23 * * *"
dbt_run_streamline_decoded_logs_history,"49 22 * * 6"

1 workflow_name workflow_schedule
3 dbt_run_scheduled_main 9 * * * *
4 dbt_run_dev_refresh 41 4 * * 1
5 dbt_run_scheduled_decoded_logs 20 * * * *
6 dbt_test_intraday 17 */4 * * * 37 */4 * * *
7 dbt_test_daily 57 5 * * *
8 dbt_run_scheduled_abis 31 23 * * *
9 dbt_run_streamline_decoded_logs_history 49 22 * * 6