简体   繁体   中英

Run some java periodically on App Engine?

Is there a way to periodically run some code on app engine? I have a form which allows users to upload images, and I do the image upload before the full form submission. There is potential for a user to upload an image, and then never finish the form.

I need to periodically run a check and delete any unassociated images to clean up.

My bad. I didn't have the phrasing right on my searches. This is exactly what I wanted.

http://code.google.com/appengine/docs/java/config/cron.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM