Question
In a script process to update a DB, when multiple jobs are executed at a scheduled timing (date/time) all at once, subsequent jobs are waiting the DB to be unlocked and ended with error.
Is there any way to make the job execution wait until the preceding job is completed so that the subsequent jobs do not end with error?
Answer
HULFT Square does not have a function to make a job wait for the completion of preceding job.
As a workaround, please consider a method of adjust the job schedule so that there is no overlap in the processing to the same DB.
For scripts that need to be executed at once, it is possible to avoid overlap processing by using the Call Script operation to call each script sequentially from the caller script. Please consider whether development and operation using Call Script operations is feasible.
Comments
0 comments
Article is closed for comments.