I have launched a new Android application and I have a Google AppEngine (PHP) module that supports it (to sync profile information to the cloud).
I have noticed that the instance hours used is too much. Could someone please advice me how I can configure the AppEngine to use very less number of instances so that I never overshoot the free number of instances quota of 28 hours per day?
Is there a way to limit the number of instances fired up parallely? Will disabling threading (threadsafe=no) help?
I am new to Google AppEngine and cloud.
You can't control, at least directly, how many instances your app will consume at any given time as App Engine will do its best to decide it for you.
Here is what you can do: