Kihang Park

Results 7 comments of Kihang Park

Hi @ramonfigueiredo, Thanks for the clarification! I haven’t worked with Rust before, so for Dev Days I will focus on fixing this issue in the Python version of RQD first...

I'm currently implementing the feature for this issue and have done manual testing. The tests appear successfully. I'm waiting for CLA configuration and plan to submit a PR soon. Before...

Testing rqcore.runLinux Functionality After updating the code, I conducted verification as follows. Please let me know if there are any areas that need improvement, mistakes, or simpler methods. Since docker-compose.yml...

Testing runDocker Functionality For runDocker, Docker configuration was required, so I made the following modifications: rqd.conf.dev: ``` [Override] USE_NIMBY_PYNPUT=false JOB_LOG_MAX_SIZE_IN_BYTES=1048576 [docker.config] RUN_ON_DOCKER=True DOCKER_SHELL_PATH=/usr/bin/sh [docker.mounts] TEMP=type:bind,source:/tmp,target:/tmp [docker.images] rqd=opencue/rqd:latest ``` Modified docker-compose.yml:...

Some Questions for Confirmation 1. Platform Coverage: This ticket requests killing jobs when logs become too large. I found that RQD has multiple execution modes: normal Linux execution (rqcore.runLinux), Docker...

I am waiting CLA setup now, I am planning to submit PR with this updates as soon as possible. https://github.com/AcademySoftwareFoundation/OpenCue/compare/master...KihangPark:OpenCue:feature/1609-rqd-limit-log-size

Hi @ramonfigueiredo, Sorry for delay about creating PR. (I am still waiting for CLA setup from company.) I will submit PR after I got setup.