Skip to content

Commit

Permalink
Notes from June 7 TSC meeting. (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipriano authored Jun 14, 2023
1 parent 48abfd8 commit 0199fb2
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions tsc/meetings/2023-06-07.md
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.

0 comments on commit 0199fb2

Please sign in to comment.