[appengine-java] Running a cron job within a time span of work days

2010-02-10 Thread Imran M Yousuf
Hi,

I want to configure a cron job for running every 2 minutes from (e.g.)
1000 to 1600 hours.

Firstly, can I use something as follows? Secondly, how can I specify
how long the cron job will run?

  
/update
Repopulate data every 2 minutes from 10:00 AM
every 2 minutes sun,mon,tue,wed,thu 10:00
Asia/Dhaka
  

Thank you in advance,

-- 
Imran M Yousuf
Entrepreneur & Software Engineer
Smart IT Engineering
Dhaka, Bangladesh
Email: im...@smartitengineering.com
Blog: http://imyousuf-tech.blogs.smartitengineering.com/
Mobile: +880-1711402557

-- 
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] Running a cron job within a time span of work days

2010-02-10 Thread imyousuf
Hi,

I want to configure a cron job for running every 2 minutes from (e.g.)
1000 to 1600 hours.

Firstly, can I use something as follows? Secondly, how can I specify
how long the cron job will run?

 
   /update
   Repopulate data every 2 minutes from 10:00 AM
   every 2 minutes sun,mon,tue,wed,thu 10:00
   Asia/Dhaka
 

Thank you in advance,

Imran

-- 
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] Running a cron job within a time span of work days

2010-02-11 Thread seleronm
Hi,

May be possible if the following way 

1.Taskqueue that operates every four hours and two minutes is made. 

2.Cron that calls the Taskqueue at 10:00 is made. 

Please try.
thanks.



>Hi,
>
>I want to configure a cron job for running every 2 minutes from (e.g.)
>1000 to 1600 hours.
>
>Firstly, can I use something as follows? Secondly, how can I specify
>how long the cron job will run?
>
> 
>   /update
>   Repopulate data every 2 minutes from 10:00 AMdescription>
>   every 2 minutes sun,mon,tue,wed,thu 10:00
>   Asia/Dhaka
> 
>
>Thank you in advance,
>
>Imran
>
>-- 
>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.