As long as the script doesn't take long, you can use cron jobs. Check out http://code.google.com/appengine/docs/python/config/cron.html
You'll have 30 seconds to complete your job, same as the amount of time you have to complete a normal request. Mark On Mar 10, 10:01 am, Massimiliano <[email protected]> wrote: > Dear All, > I hope someone can help me with those p. > > I need to have a script working every night at the same hour (to work on the > datastore changing some values). How can I do this? > > Thanks > > Massimiliano > > -- > > My email: [email protected] > My Google Wave: [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
