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?
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?