AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

[rqd] Fix rqd cache spill issue #1531

Closed DiegoTavares closed 1 month ago

DiegoTavares commented 1 month ago

Ensure frames are removed from the rqd cache when they fail to complete their report process

Co-authored-by: Ramon Figueiredo rfigueiredo@spimageworks.com

ramonfigueiredo commented 1 month ago

Missing just a minor fix in the Lint Python Code

Running lint for rqd/... ***** Module rqd.rqcore rqd/rqcore.py:1110:0: C0305: Trailing newlines (trailing-newlines) rqd/rqcore.py:703:20: W1201: Use lazy % formatting in logging functions (logging-not-lazy) rqd/rqcore.py:705:20: E1205: Too many arguments for logging format string (logging-too-many-args) rqd/rqcore.py:1101:20: E1101: Instance of 'RqCore' has no 'info' member (no-member) rqd/rqcore.py:1107:20: W1201: Use lazy % formatting in logging functions (logging-not-lazy)