Re: [google-appengine] Re: What's the syntax of the cron job for "the first day of every month"?

2011-03-26 Thread djidjadji
In the dev server you can see at what time the cron job would be scheduled.

2011/3/25 王宇辉 :
> At least it can be parsed by google and uploaded to the backend :-)
>
> 2011/3/25 nickmilon 
>>
>> How do you know ?
>> I guess you have to wait till the end of the month to see if it really
>> works.
>> just joking ;-)
>>
>>
>> On Mar 24, 9:26 am, 王宇辉  wrote:
>> > Thanks, Bob,
>> > It seems runs well
>> >
>> > 2011/3/22 Robert Kluin 
>> >
>> > > Hi,
>> > >  Have you tried:
>> >
>> > >cron:
>> > >- description: monthly summary job
>> > >  url: /tasks/summary/monthly
>> > >  schedule: 1 of month 00:00
>> >
>> > > Robert
>> >
>> > > On Tue, Mar 22, 2011 at 04:12, 王宇辉  wrote:
>> > > > Hey, I want to generate a monthly report on the first day of the
>> > > > month,
>> > > any
>> > > > idea on doing this with cron jobs?
>> >
>> > > > --
>> > > > Best regards,
>> > > > Yuhui

-- 
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.



Re: [google-appengine] Re: What's the syntax of the cron job for "the first day of every month"?

2011-03-25 Thread 王宇辉
At least it can be parsed by google and uploaded to the backend :-)

2011/3/25 nickmilon 

> How do you know ?
> I guess you have to wait till the end of the month to see if it really
> works.
> just joking ;-)
>
>
> On Mar 24, 9:26 am, 王宇辉  wrote:
> > Thanks, Bob,
> > It seems runs well
> >
> > 2011/3/22 Robert Kluin 
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Hi,
> > >  Have you tried:
> >
> > >cron:
> > >- description: monthly summary job
> > >  url: /tasks/summary/monthly
> > >  schedule: 1 of month 00:00
> >
> > > Robert
> >
> > > On Tue, Mar 22, 2011 at 04:12, 王宇辉  wrote:
> > > > Hey, I want to generate a monthly report on the first day of the
> month,
> > > any
> > > > idea on doing this with cron jobs?
> >
> > > > --
> > > > Best regards,
> > > > Yuhui
> >
> > > > --
> > > > 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.
> >
> > --
> > Best regards,
> > Yuhui
>
> --
> 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.
>
>


-- 
Best regards,
Yuhui

-- 
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.



[google-appengine] Re: What's the syntax of the cron job for "the first day of every month"?

2011-03-24 Thread nickmilon
How do you know ?
I guess you have to wait till the end of the month to see if it really
works.
just joking ;-)


On Mar 24, 9:26 am, 王宇辉  wrote:
> Thanks, Bob,
> It seems runs well
>
> 2011/3/22 Robert Kluin 
>
>
>
>
>
>
>
>
>
> > Hi,
> >  Have you tried:
>
> >    cron:
> >    - description: monthly summary job
> >      url: /tasks/summary/monthly
> >      schedule: 1 of month 00:00
>
> > Robert
>
> > On Tue, Mar 22, 2011 at 04:12, 王宇辉  wrote:
> > > Hey, I want to generate a monthly report on the first day of the month,
> > any
> > > idea on doing this with cron jobs?
>
> > > --
> > > Best regards,
> > > Yuhui
>
> > > --
> > > 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.
>
> --
> Best regards,
> Yuhui

-- 
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.