Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cuebot] Fix the issue with auto-retrying killed frames (#1444)
Auto-retrying frames killed automatically by the OOM-kill logic was not working as expected. RQD is currently not able to report exit_signal=9 when a frame is killed by the OOM logic. The current solution sets exitStatus to Dispatcher.EXIT_STATUS_MEMORY_FAILURE before killing the frame, this enables auto-retrying frames affected by the logic when they report with a frameCompleteReport.
- Loading branch information