Skip to content

Commit

Permalink
chore: rm 5m series
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Nov 5, 2024
1 parent 0555f63 commit d51667e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions balanced_backend/cron/pool_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ class SeriesTable(BaseModel):


TIME_SERIES_TABLES: list[SeriesTable] = [
SeriesTable(
table_suffix="5Min",
delta=60 * 5,
skip_modulo=1,
),
# SeriesTable(
# table_suffix="5Min",
# delta=60 * 5,
# skip_modulo=1,
# ),
SeriesTable(
table_suffix="15Min",
delta=60 * 15,
Expand Down

0 comments on commit d51667e

Please sign in to comment.