Diego Tavares
Diego Tavares
- Check if regex expression is empty before querying - Fix JobMonitorTree getJobs call
With the addition of the Healthy Threadpool, ThreadPoolTaskExecutorWrapper with all the arguments related to it ended up becoming dead code. **Link the Issue(s) this Pull Request is related to.** Fixes...
**Describe the enhancement** PR #1008 added some attributes to `opencue.properties` that are not being used anywhere. These arguments made sense at the time they were introduced, but with the addition...
**Describe the enhancement** When launching a job using pyoutline, users are facing the following error: ``` mkdir: cannot create directory ‘/mcp’: Permission denied Bad : modifier in $ ( )....
Opening an issue to start drafting a proposal for the new scheduler logic, as discussed in the last TSC meeting (Jul 21). ## Problems with the current design * The...
**Is your feature request related to a problem? Please describe.** Users running rqd on both Windows and Linux have no way to define different paths for windows and linux. **Ideas...
**Describe the bug** This is a scalability issue. Whenever a new cuebot is added to the pool, one of two things need to happen to have existing rqds to connect...
**Summarize your change.** When the service is under heavy load, HostReports start to take a long time to be processed. The hostReports were organized in a simple queue, which caused...
**Link the Issue(s) this Pull Request is related to.** Users using the LogView were experiencing slowness on all opened widget when big log files were being streamed. **Summarize your change.**...
Fix service override delete and update operations - Implements ServiceOverride wrapper class in pycue - Fixes handling of ServiceOverride objects in the GUI - Resolves bug in cuebot that incorrectly...