I plan to have multiple App engine instances read/write from the same BigQuery table. What's the best way (memcache, datastore, taskqueue,etc.. ) to handle this? Each instance will read from a config table and process rows.
Is there a simple sample that I can follow?
Optionally, If I create one instance (with a back-up) and it is under load that Google spins up a second, will resource sharing be handled automatically or do I need to handle it programmatically?