Hi Dustin,
I have attached the log. The line on 5346 is where we killed the job.
Unfortunately, we cannot use the CLI render because we need the Editor. We have a custom executor based off the PIEExecutor that modifies and loads datalayers before the render. But we also experience this issue interactively in the editor when a user renders manually. It doesn’t happen all the time. It seems to happen more often with longer sequences after the encode.
The call to bKeepPythonScriptAlive is set to False in the function added to
executor.on_executor_finished_delegate
So that delegate is not getting called.
But since it happens interactively in the editor, I don’t think it’s related to the Python setup.