On Thu, Jan 24, 2013 at 1:41 PM, Jeff Schnitzer <j...@infohazard.org> wrote:
>
> It's a resident backend.
>
> Jeff


Are you sure that  this happens on the first attempt to create a
background thread? If so, then could you could try to find this block
in google/appegine/tools/devappserver2/dispatcher.py:

    try:
      inst.reserve_background_thread()
    except instance.CannotAcceptRequests:
+    logging.exception('Cannot create background thread.'
      raise request_info.BackgroundThreadLimitReachedError()

And see what logging you see?

Cheers,
Brian

>
>
> On Wed, Jan 23, 2013 at 3:50 PM, Brian Quinlan <bquin...@google.com> wrote:
> > That should work.
> >
> > Are you creating a background thread on a frontend or a backend instance?
> >
> > Cheers,
> > Brian
> >
> > On Thu, Jan 24, 2013 at 6:38 AM, Jeff Schnitzer <j...@infohazard.org> wrote:
> >>
> >> BackgroundThreadLimitReachedError
> >
> >
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com.
> > 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to