Skip to content

Commit

Permalink
trying to isolate memory issue
Browse files Browse the repository at this point in the history
commented out all pystable code
  • Loading branch information
deepsp94 committed Jan 20, 2022
1 parent b5df814 commit f8f6d9d
Show file tree
Hide file tree
Showing 2 changed files with 605 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cron/schedule_metrics_univ3.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


def job():
print("Running script influx_metrics_univ3.py")
os.system("python scripts/influx_metrics_univ3.py")
print("Running script influx_metrics_univ3_rv1.py")
os.system("python scripts/influx_metrics_univ3_rv1.py")


while True:
Expand Down
Loading

0 comments on commit f8f6d9d

Please sign in to comment.