rogerallen / stockpredictr

stockpredictr.appspot.com code
GNU General Public License v3.0
0 stars 0 forks source link

FIXME/HACK list from stockpredictr_models.py #2

Open rogerallen opened 11 years ago

rogerallen commented 11 years ago

Various issues that I may or may not get to...

NOTE/FIXME -- I'm using memcache.set() quite a bit in the code below. The docs say set() is not thread-safe. Keep this in mind if/when we try to adjust the threadsafe app.yaml

FIXME -- eventually google finance will go away?

G_LIST_SIZE # FIXME -- should probably have finer control over different sized lists

*_query.fetch(1000) # HACK -- what will happen after 1000 predictions/contests/etc?

rogerallen commented 7 years ago

FIXME -- eventually google finance will go away?

handled in issue #6

also version 10 changed G_LIST_SIZE to 50