Diego Tavares

Results 122 comments of Diego Tavares

For logging, it would be interesting to add an HTTP endpoint to enable decoupling the GUI and the filesystem used by RQD.

Log configuration based on OS has been implemented on https://github.com/AcademySoftwareFoundation/OpenCue/pull/1143 I agree the best solution would be using a log aggregation tool like Loki or logstash to collect the logs...

I like the idea of a central scheduler process, we're currently evaluating Redis-Stream as an option to handle not only the Job's queue, but also the HostReports. Will update this...

I was convinced in the first proposal. With an atomic operation performance and synchronization issues could be discarded. I did some reading and it looks to be possible to use...

I like where this is going. One question, does the mentioned caveat means the benchmark is not actually comparing apples to apples? I mean, would the result of the proposed...

Sorry for the long delay on responding. From the surface, this looks to be a configuration problem. Can you try changing `dispatcher.host_frame_dispatch_max=12` to 20 and checking if the behaviour changes?...

Hi Fabricio, Opencue is not able to read stats from Renderman at the moment. You could add a new column to the Frame table similar to the Progress column on...

Sorry, this feature fell between the cracks. We're going to test it locally an review the changes soon.

This issue has been discussed on the TSC: To avoid impacting other pipelines where it would make sense to retry frames on finished jobs, this feature should be configurable by...

@bcipriano where would you suggest we place this doc file? The `docs` dir seems like a good option, but it's already being used for the python api references