views:

48

answers:

1

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.

+4  A: 

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

Joren
You could mark your own answer as right... that'll help the next person who comes along.
Sudhir Jonathan