OpenCue Limits functionality
Greg Denton <gdenton@...>
Hi everyone, A new functionality called Limits was recently merged into the master branch on Github. Limits allow users to specify the maximum number of concurrently running frames associated with that Limit. Limits are specified on the Job Layer and all Frames within that Layer are considered to take 1 limit count. Once the total limit count reaches the configured max value, the dispatcher will stop any additional frames from running until a frame with that limit has completed. Installation/Updating This change has been merged into the master branch and will be included in the next release. Please update your installation from source if you'd like to pick up these changes before the next release. To update your install with this change, you'll need to reinstall all OpenCue components. If you are installing from source be sure to update and recompile the proto files. You will also need to update your database with the latest schema migration. The process for doing this is described here, https://www.opencue.io/docs/other-guides/applying-database-migrations. Use: Start by configuring a new Limit.
Your limit is now configured and ready for use. New submissions will be able select this limit in CueSubmit UI when creating a new job. Limits can also be added/removed from existing layers by:
We plan on adding additional functionality for "limiting by host count" next. Please reach out on the email group if you have any questions. Thanks, Greg |
|
Greg Denton <gdenton@...>
Hi everyone, A new release has been published and is available on the GitHub page that contains the limits functionality. Please see the previous note about upgrading, as this is the first upgrade to require the database migrations be run. Please reach out with any questions. Thanks, Greg
|
|