Skip to content

Commit

Permalink
Merge pull request #33 from FlipsideCrypto/An-5578/latency-updates
Browse files Browse the repository at this point in the history
abis
  • Loading branch information
austinFlipside authored Dec 9, 2024
2 parents b582532 + fafeae6 commit dc427b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 78 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/dbt_run_scheduled_abis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ jobs:
- name: Update ABI models
run: |
dbt run -m "fsc_evm,tag:silver_abis" "fsc_evm,tag:gold_abis"
dbt run -m "fsc_evm,tag:silver_abis" "fsc_evm,tag:gold_abis"
- name: Kick off decoded logs history, if there are new ABIs from users
run: |
dbt run-operation fsc_evm.run_decoded_logs_history

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/dbt_test_tasks.yml

This file was deleted.

9 changes: 4 additions & 5 deletions data/github_actions__workflows.csv
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
workflow_name,workflow_schedule
dbt_run_streamline_chainhead,"24,54 * * * *"
dbt_run_scheduled_main,"2,32 * * * *"
dbt_run_scheduled_main,"2 * * * *"
dbt_run_scheduled_curated,"15 */4 * * *"
dbt_run_scheduled_decoded_logs,"9,39 * * * *"
dbt_run_scheduled_decoded_logs,"10 * * * *"
dbt_test_intraday,"40 */4 * * *"
dbt_test_daily,"23 8 * * *"
dbt_test_monthly,"6 7 28 * *"
dbt_run_scheduled_abis,"32 */12 * * *"
dbt_run_streamline_decoded_logs_history,"6 22 * * 6"
dbt_run_scheduled_decoded_logs_history_user_abis,"39 23 * * *"
dbt_run_scheduled_abis,"32 23 * * *"
dbt_run_streamline_decoded_logs_history,"6 22 * * 6"

0 comments on commit dc427b2

Please sign in to comment.