sympy / sympy-bot-old

SymPy pull request helper
http://reviews.sympy.org/
Other
24 stars 16 forks source link

Migrate to High-Replication Datastore #138

Open asmeurer opened 11 years ago

asmeurer commented 11 years ago

See https://developers.google.com/appengine/docs/adminconsole/migration. We need to migrate from Master/Slave to High-Replication for the reviews app. Do we use the datastore?

asmeurer commented 11 years ago

I started work on this. The new app is sympy-reviews (I'll give you access if you want to play around with it). I deployed the app, but right now, it gives a 500, and the log stays

Traceback (most recent call last):
  File "/base/data/home/apps/s~sympy-reviews/6.367212462091732030/main.py", line 1, in <module>
    from app.main import main
  File "/base/data/home/apps/s~sympy-reviews/6.367212462091732030/app/main.py", line 9, in <module>
    from google.appengine.dist import use_library
ImportError: No module named dist
asmeurer commented 11 years ago

Also, @certik, how do you manually populate the pull requests?