Skip to content

Commit

Permalink
1) Roll calendars and prices update to allow uploading to database
Browse files Browse the repository at this point in the history
2) Fixed wait_for_next_method_run_time to wait/block no more than 60 sec. (robcarver17#1384)
3) Changed retention policy for backtests to 5 days (limited storage on cloud)
  • Loading branch information
Vishal Grover committed Sep 14, 2024
1 parent 1f0d46a commit 6f1eb85
Show file tree
Hide file tree
Showing 174 changed files with 7,232 additions and 29,223 deletions.
1 change: 1 addition & 0 deletions dashboard/static/js/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function update_liquidity() {
${risk}</tr>`
);
});
sorttable.makeSortable(document.getElementById('liquidity_table'));
$("#liquidity > div.loading").hide();
$("#liquidity > table").show("slow");
}
Expand Down
Loading

0 comments on commit 6f1eb85

Please sign in to comment.