Skip to content

Commit

Permalink
Added comments regarding new parameters used by rqd and cuegui
Browse files Browse the repository at this point in the history
  • Loading branch information
lithorus committed Dec 4, 2024
1 parent 01f3870 commit f5ec53b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public long getMinMemory() {
return this.minMemory;
}

// Parameters to tell rqd whether or not to use Loki for frame logs and which base url to use
public boolean lokiEnabled;
public String lokiURL;
}
Expand Down
2 changes: 2 additions & 0 deletions cuebot/src/main/java/com/imageworks/spcue/JobDetail.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public String getDepartmentId() {
return deptId;
}

// Parameters to tell cuebot whether or not to Loki is used for frame logs of the job and which
// base url to use for querying them
public Boolean logLokiEnabled;
public String logLokiURL;
}
Expand Down

0 comments on commit f5ec53b

Please sign in to comment.