mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
upd schedule targeting 30 min latency
This commit is contained in:
parent
cb94edb36d
commit
5ca708d99d
4
.github/workflows/dbt_run_scheduled_core.yml
vendored
4
.github/workflows/dbt_run_scheduled_core.yml
vendored
@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_core
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs every 20 minutes (see https://crontab.guru)
|
||||
- cron: "*/20 * * * *"
|
||||
# Runs on 25 and 55 minutes (see https://crontab.guru)
|
||||
- cron: "25,55 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -4,8 +4,8 @@ run-name: dbt_run_streamline_blocks_realtime
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs twice an hour
|
||||
- cron: "0,30 * * * *"
|
||||
# Runs on 5 and 35 minutes (see https://crontab.guru)
|
||||
- cron: "5,35 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -4,8 +4,8 @@ run-name: dbt_run_streamline_chunks_realtime
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs twice an hour
|
||||
- cron: "5,35 * * * *"
|
||||
# Runs on 10 and 40 minutes (see https://crontab.guru)
|
||||
- cron: "10,40 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -4,7 +4,7 @@ run-name: dbt_run_streamline_transactions_realtime
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs twice an hour
|
||||
# Runs on 15 and 45 minutes (see https://crontab.guru)
|
||||
- cron: "15,45 * * * *"
|
||||
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user