On 4/26/07, Bram - Smartelectronix <[EMAIL PROTECTED]> wrote:
> I have a particular file-processing "cron" job that uses django.
> Something much like this:
>
> while True:
> for image in Image.objects.filter(processing_state="pending"):
> #process image
> time.slee
hi all,
I have a particular file-processing "cron" job that uses django.
Something much like this:
while True:
for image in Image.objects.filter(processing_state="pending"):
#process image
time.sleep(30)
Now I notice that while running this script the DB table
2 matches
Mail list logo