Update/core noncore schedule (#805)

* update core and noncore runs

* run votes with core
This commit is contained in:
tarikceric 2025-02-14 09:27:12 -08:00 committed by GitHub
parent 7593f640d2
commit 94b5f2942c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
workflow_name,workflow_schedule
dbt_run_decode_instructions_orchestrator,"*/5 * * * *"
dbt_run_decode_logs_orchestrator,"*/15 * * * *"
dbt_run_incremental,"16,46 * * * *"
dbt_run_incremental_non_core,"1,31 * * * *"
dbt_run_incremental,"16,46 1-3,5-7,9-11,13-15,17-19,21-23 * * *"
dbt_run_incremental_non_core,"1 */4 * * *"
dbt_run_nft_compressed_mints_realtime,"*/15 * * * *"
dbt_run_nft_compressed_mints_sales_realtime,"55 * * * *"
dbt_run_streamline_blocks,"*/5 * * * *"

1 workflow_name workflow_schedule
2 dbt_run_decode_instructions_orchestrator */5 * * * *
3 dbt_run_decode_logs_orchestrator */15 * * * *
4 dbt_run_incremental 16,46 * * * * 16,46 1-3,5-7,9-11,13-15,17-19,21-23 * * *
5 dbt_run_incremental_non_core 1,31 * * * * 1 */4 * * *
6 dbt_run_nft_compressed_mints_realtime */15 * * * *
7 dbt_run_nft_compressed_mints_sales_realtime 55 * * * *
8 dbt_run_streamline_blocks */5 * * * *

View File

@ -7,7 +7,7 @@
cluster_by = ['block_timestamp::DATE','block_id','_inserted_timestamp::DATE'],
post_hook = enable_search_optimization('{{this.schema}}','{{this.identifier}}','ON EQUALITY(tx_id)'),
full_refresh = false,
tags = ['scheduled_non_core']
tags = ['scheduled_core']
) }}
{% set cutover_block_id = 307103862 %}