smartift / grail

0 stars 0 forks source link

Requesting > 300 Bars Fails in Platform API #53

Closed guytp closed 6 years ago

guytp commented 6 years ago

Too many M5 bars being requested was causing no requests to succeed, need a way back-fill, prune old data or know what to fill in. For now cap @ 300.

guytp commented 6 years ago

Also happening if lots of data is downloaded. Think this may actually be related to how the data is loaded back in. Need to look at potentially sqllite for storage locally and paging that data as we move rather than a big single-hit render. Profiling needed here.

guytp commented 6 years ago

Temporary fix has just been to only sync 300 and no longer load data

guytp commented 6 years ago

Fix in this ticket is to:

Other fixes for more data and back-loading in separate tickets