-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notes from June 7 TSC meeting. (#1298)
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# OpenCue TSC Meeting Notes 7 Jun 2023 | ||
|
||
Secretary: Brian Cipriano | ||
|
||
Agenda/Notes: | ||
|
||
* Host ping time until marked as DOWN | ||
* https://github.com/AcademySoftwareFoundation/OpenCue/issues/1265 | ||
* Any update here? | ||
* Needs some further verification and response. | ||
* Appending timestamps to logs | ||
* https://github.com/AcademySoftwareFoundation/OpenCue/pull/1286 | ||
* LGTM, needs merge from master, looking into test failures. | ||
* Cuesubmit batch of PRs | ||
* https://github.com/AcademySoftwareFoundation/OpenCue/pull/1278 | ||
* https://github.com/AcademySoftwareFoundation/OpenCue/pull/1280 | ||
* https://github.com/AcademySoftwareFoundation/OpenCue/pull/1281 | ||
* https://github.com/AcademySoftwareFoundation/OpenCue/pull/1282 | ||
* https://github.com/AcademySoftwareFoundation/OpenCue/pull/1283 | ||
* https://github.com/AcademySoftwareFoundation/OpenCue/pull/1284 | ||
* https://github.com/AcademySoftwareFoundation/OpenCue/pull/1285 | ||
* Reviews needed. | ||
* Be careful we're not making CueSubmit too specialized, keep it generally useful for new | ||
users. | ||
* Let's invite the author to a TSC meeting soon. | ||
* Improvements are good, is there something else we can offer? What would be helpful for | ||
larger-studio users? Or is the Python library good enough? | ||
* Best to expand pyoutline examples / docs to help developers who have already tried | ||
CueSubmit. | ||
* Build on basic example used in integration test script. | ||
* Blender plugin update | ||
* Currently testing job submission, blocked on some submission code. | ||
* Loading python deps (opencue, filesequence) | ||
* Can manually copy into blender plugin directory, but how to automate this? | ||
* Does Blender offer alternatives e.g. configuring plugin path via env var? | ||
* Look into creating additional packages, maybe as empty packages. | ||
* Openshift Cuebot version | ||
* Putting multiple Cuebots behind gRPC load balancer, and pointing RQD at the LB. Currently to | ||
take a Cuebot offline all RQDs need to be restarted to move to a new Cuebot host, this solves | ||
that problem. | ||
* Would make a good tutorial or sample to include in the main repo. | ||
* Prometheus export needs to be reworked. Currently using a separate client to query metrics, | ||
which doesn't work with the LB setup as it will not redirect requests to a consistent Cuebot. | ||
Working on a change to send metrics directly from Cuebot. |