On Thu, Sep 1, 2011 at 11:23 PM, Gregory D'alesandre <[email protected]> wrote: > Are you currently running both an app for paid users and an app for unpaid > users from the same App? Yes.
> Is there a reason you can't run it as 2 Apps? Yes. Because the billing was used to be so cheap that I was using only 0.31 of 6.50 cpu cycles, I didn't bother creating separate apps. Now all code has been running smoothly and database are filled with free and paid users. I just can't separate them anymore. > While Versions can serve live traffic they were designed to be Versions of a > single App and not multiple Apps which is why > we don't have the same settings on non-default versions. If we had separate settings for versions, I could have the free users's api to point to a version with throttled resources and the paid users to a version with full-on resources. > If you go into a bit more detail about what the issue is there might be > other ways to solve the problem. The app I have is an iOS app that uses App Engine as a data exchange place. Some iOS devices send their information to the server while the server sends information to other iOS devices as a way of communication between these mobile devices. I wanted to provide the paid users with prompt response while keep the free users waiting. Please suggest a way of doing this if possible. > Thanks, > Greg > > On Thu, Sep 1, 2011 at 2:49 PM, Angke Chen <[email protected]> wrote: >> >> Yet you charge us heavily before all those functions are present. Now >> I can't treat my own paid/unpaid users separately. Everyone of my >> users will suffer from a degrade of service because I can't afford so >> many instances. >> >> Good job Google. >> >> On Thu, Sep 1, 2011 at 1:29 PM, Gregory D'alesandre <[email protected]> >> wrote: >> > Yes, we are planning on on doing instance settings for versions at some >> > point, although we don't have a date to announce as to when that will >> > be. >> > Thanks for the question! >> > >> > Greg >> > >> > On Thu, Sep 1, 2011 at 1:28 PM, pdknsk <[email protected]> wrote: >> >> >> >> I've put mail sending on a separate named version, to have separate >> >> logs and graphs. It works very well, thanks to the task target >> >> parameter. However, mails are send in huge batches, and spin up >> >> instances which sometimes stay idle for hours. It might help to adjust >> >> idle instances and latency, but this will affect the default version >> >> as well then. >> >> >> >> I know this probably isn't using versions as intended, but still. >> >> >> >> -- >> >> You received this message because you are subscribed to the Google >> >> Groups >> >> "Google App Engine" group. >> >> To post to this group, send email to [email protected]. >> >> To unsubscribe from this group, send email to >> >> [email protected]. >> >> For more options, visit this group at >> >> http://groups.google.com/group/google-appengine?hl=en. >> >> >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Google App Engine" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group at >> > http://groups.google.com/group/google-appengine?hl=en. >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
