Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 4 down vote accepted

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

share|improve this answer
You could mark your own answer as right... that'll help the next person who comes along. – Sudhir Jonathan Jun 5 '10 at 7:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.