Question
sceduled task question
Hi i have a scheduled task that runs every 61 secs
this task loops through a table added rows to a xml file then deleted each row.
what i am worried about is this...
if i had 10,000 records, the scheduled task starts to process, what happens if this process takes longer than 61 secs, will the next scheduled task start, or would it only run once the first task is complete?
this task loops through a table added rows to a xml file then deleted each row.
what i am worried about is this...
if i had 10,000 records, the scheduled task starts to process, what happens if this process takes longer than 61 secs, will the next scheduled task start, or would it only run once the first task is complete?
