mirror of
https://github.com/blw1138/Zordon.git
synced 2026-02-05 21:56:10 +00:00
Use pubsub messages instead of a background thread to process changes (#92)
* Use pubsub messages instead of a background thread to process changes to the RenderQueue * Misc logging improvements
This commit is contained in:
@@ -103,7 +103,7 @@ class BaseRenderWorker(Base):
|
||||
self.watchdog_timeout = 120
|
||||
|
||||
def __repr__(self):
|
||||
return f"<{self.__class__.__name__}|{self.id}|{self.name}|{self.status}|{self.input_path}>"
|
||||
return f"<Job id:{self.id} p{self.priority} {self.renderer}-{self.renderer_version} '{self.name}' status:{self.status.value}>"
|
||||
|
||||
@property
|
||||
def total_frames(self):
|
||||
|
||||
Reference in New Issue
Block a user