Re: [appengine-java] unable to delete cron job

2010-01-03 Thread yjun hu





On Sun, Jan 3, 2010 at 2:54 PM, Jeff Schnitzer  wrote:

> It's not really intuitive behavior.  It's basically summed up in this bug:
>
> http://code.google.com/p/googleappengine/issues/detail?id=2530
>
> Jeff
>
> On Sat, Jan 2, 2010 at 6:20 PM, seleronm  wrote:
> > Hi,
> >
> > Please refer to the following links
> > http://code.google.com/intl/us/appengine/docs/java/config/cron.html
> > [Uploading Cron Jobs] section
> >
> > Please try.
> > Thanks.
> >
> >>I created a sample cron job with an excution frequency of 2 minutes
> >>just to experiment with the working of cron on GAE. After a few
> >>invocations, I decided to remove the job. I deleted cron.xml and
> >>deployed my app on GAE. However, the cron continues to execute. How do
> >>I remove the job?
> >>
> >>--
> >>
> >>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.
> >
> > --
> >
> > 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.
> >
> >
> >
>
> --
>
> 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.
>
>
>


-- 
dream or truth

--

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.




Re: [appengine-java] unable to delete cron job

2010-01-02 Thread Jeff Schnitzer
It's not really intuitive behavior.  It's basically summed up in this bug:

http://code.google.com/p/googleappengine/issues/detail?id=2530

Jeff

On Sat, Jan 2, 2010 at 6:20 PM, seleronm  wrote:
> Hi,
>
> Please refer to the following links
> http://code.google.com/intl/us/appengine/docs/java/config/cron.html
> [Uploading Cron Jobs] section
>
> Please try.
> Thanks.
>
>>I created a sample cron job with an excution frequency of 2 minutes
>>just to experiment with the working of cron on GAE. After a few
>>invocations, I decided to remove the job. I deleted cron.xml and
>>deployed my app on GAE. However, the cron continues to execute. How do
>>I remove the job?
>>
>>--
>>
>>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.
>
> --
>
> 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.
>
>
>

--

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.




Re: [appengine-java] unable to delete cron job

2010-01-02 Thread seleronm
Hi,

Please refer to the following links
http://code.google.com/intl/us/appengine/docs/java/config/cron.html
[Uploading Cron Jobs] section 

Please try.
Thanks.

>I created a sample cron job with an excution frequency of 2 minutes
>just to experiment with the working of cron on GAE. After a few
>invocations, I decided to remove the job. I deleted cron.xml and
>deployed my app on GAE. However, the cron continues to execute. How do
>I remove the job?
>
>--
>
>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.

--

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.




[appengine-java] unable to delete cron job

2010-01-02 Thread Aadith
I created a sample cron job with an excution frequency of 2 minutes
just to experiment with the working of cron on GAE. After a few
invocations, I decided to remove the job. I deleted cron.xml and
deployed my app on GAE. However, the cron continues to execute. How do
I remove the job?

--

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.