Continuing Incomplete Jobs #3
-
|
Hello, I have been trying to run QbC jobs with AML, but have found that long jobs stop halfway through with no errors or logs explaining why. I have yet to find the cause of this issue. I was wondering if there is some way that I can continue an incomplete QbC job. For example, the most recent job stopped at iteration 8 of 10. Is there some way that I can rerun the QbC for just the last 3 iterations? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, this is still a little rough around the edges, but there is a way to restart. The file Unfortunately, I do not know what could cause the run to stop with no error messages. |
Beta Was this translation helpful? Give feedback.
Hello, this is still a little rough around the edges, but there is a way to restart. The file
results.shelf(can be renamed usingfn_resultsif desired) is updated each iteration. If you provide it to a new run usingfn_restartwhen constructing theQbCobject, the process will continue from there.Unfortunately, I do not know what could cause the run to stop with no error messages.