ankurpiyush26 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

Fork join queue expects CURRENT_VERSION_ID to be set in environment #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On the App Engine development server (and remote API shell and others), the 
os.environ['CURRENT_VERSION_ID'] is not set.

This causes a KeyError in ForkJoinQueue.add().

Original issue reported on code.google.com by joachim....@gmail.com on 30 Sep 2011 at 11:00