If you're using the Eclipse plugin, you don't need the --jvm_flag= part.

On Fri, Dec 11, 2009 at 5:29 PM, Sam Hasler <sam.has...@gmail.com> wrote:

> Where exactly do I put the --jvm_flag=-
> Dtask_queue.disable_auto_task_execution=true flag? I'd assumed it
> would be in Run configurations... (x)= Arguments tab, in the VM
> Arguments pannel, but it says it's an Unrecognized option.
>
> Sam
>
> On Dec 11, 5:57 pm, "Max Ross (Google)" 
> <maxr+appeng...@google.com<maxr%2bappeng...@google.com>
> >
> wrote:
> > Hi Sam,
> >
> > Please read this section of the docs:
> http://code.google.com/appengine/docs/java/taskqueue/overview.html#Ta...
> >
> > It describes the differences between production task queues and local
> task
> > queus and explains how to switch back to the old method of manually
> > triggering tasks.
> >
> > Thanks,
> > Max
> >
> >
> >
> > On Fri, Dec 11, 2009 at 4:02 AM, Sam Hasler <sam.has...@gmail.com>
> wrote:
> > > Local Task Queue are running tasks as fast as they can an not
> > > honouring the maximum rate for the queue. on a 0.5/s queue I'm seeing
> > > 80+ tasks handled in a matter of seconds. This is a problem for me
> > > because I am using the URLFetch service to fetch content that I am not
> > > supposed to request more than once every 2 seconds.
> >
> > > I'd like to at least see the local queues honouring the maximum rate,
> > > but it would be really useful to be able to "pause" the queues and
> > > have the old method of manually triggering tasks in the queue to be
> > > processed. Sometimes I just want to test that I'm queuing stuff up
> > > correctly and don't necessarily want the tasks to run.
> >
> > > --
> >
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google App Engine for Java" group.
> > > To post to this group, send email to
> > > google-appengine-j...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com><google-appengine-java%2B
> unsubscr...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine-java?hl=en.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to