Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule templating #6

Open
johrstrom opened this issue Sep 28, 2018 · 0 comments
Open

Schedule templating #6

johrstrom opened this issue Sep 28, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@johrstrom
Copy link
Contributor

One critical thing we're going to need in the future is a 'template' schedule that can be started with some unique key and is identifiable by that key.

Here's a use case: tracking the schedule of a given asset through a video on demand pipeline.

Now, we don't want to create schedules that are basically copy pastes of each other. And what's more is we probably couldn't create them all manually anyhow.

Names and events could be templated like so. The name - being the unique identifier within Deadline - needs to have the id, but also the events it's waiting on tie back to the same asset.
name=asset_pipeline_{{ asset_id }}
event/name/{{ asset_id}} on boarded
event/name/{{ asset_id}} encoded

@johrstrom johrstrom added the enhancement New feature or request label Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant