|
| 1 | +# OpenCue TSC Meeting Notes 7 Jun 2023 |
| 2 | + |
| 3 | +Secretary: Brian Cipriano |
| 4 | + |
| 5 | +Agenda/Notes: |
| 6 | + |
| 7 | +* Host ping time until marked as DOWN |
| 8 | + * https://github.com/AcademySoftwareFoundation/OpenCue/issues/1265 |
| 9 | + * Any update here? |
| 10 | + * Needs some further verification and response. |
| 11 | +* Appending timestamps to logs |
| 12 | + * https://github.com/AcademySoftwareFoundation/OpenCue/pull/1286 |
| 13 | + * LGTM, needs merge from master, looking into test failures. |
| 14 | +* Cuesubmit batch of PRs |
| 15 | + * https://github.com/AcademySoftwareFoundation/OpenCue/pull/1278 |
| 16 | + * https://github.com/AcademySoftwareFoundation/OpenCue/pull/1280 |
| 17 | + * https://github.com/AcademySoftwareFoundation/OpenCue/pull/1281 |
| 18 | + * https://github.com/AcademySoftwareFoundation/OpenCue/pull/1282 |
| 19 | + * https://github.com/AcademySoftwareFoundation/OpenCue/pull/1283 |
| 20 | + * https://github.com/AcademySoftwareFoundation/OpenCue/pull/1284 |
| 21 | + * https://github.com/AcademySoftwareFoundation/OpenCue/pull/1285 |
| 22 | + * Reviews needed. |
| 23 | + * Be careful we're not making CueSubmit too specialized, keep it generally useful for new |
| 24 | + users. |
| 25 | + * Let's invite the author to a TSC meeting soon. |
| 26 | + * Improvements are good, is there something else we can offer? What would be helpful for |
| 27 | + larger-studio users? Or is the Python library good enough? |
| 28 | + * Best to expand pyoutline examples / docs to help developers who have already tried |
| 29 | + CueSubmit. |
| 30 | + * Build on basic example used in integration test script. |
| 31 | +* Blender plugin update |
| 32 | + * Currently testing job submission, blocked on some submission code. |
| 33 | + * Loading python deps (opencue, filesequence) |
| 34 | + * Can manually copy into blender plugin directory, but how to automate this? |
| 35 | + * Does Blender offer alternatives e.g. configuring plugin path via env var? |
| 36 | + * Look into creating additional packages, maybe as empty packages. |
| 37 | +* Openshift Cuebot version |
| 38 | + * Putting multiple Cuebots behind gRPC load balancer, and pointing RQD at the LB. Currently to |
| 39 | + take a Cuebot offline all RQDs need to be restarted to move to a new Cuebot host, this solves |
| 40 | + that problem. |
| 41 | + * Would make a good tutorial or sample to include in the main repo. |
| 42 | + * Prometheus export needs to be reworked. Currently using a separate client to query metrics, |
| 43 | + which doesn't work with the LB setup as it will not redirect requests to a consistent Cuebot. |
| 44 | + Working on a change to send metrics directly from Cuebot. |
0 commit comments