Replies: 1 comment
-
|
Following the RFC process, I've updated the status of #57 to rfc/final-comments. Please provide any additional feedback! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The first RFC that adds functionality to the Open Job Description Specification now exists.
We have to determine what it means when this is approved and included. How is this functionality merged in, does the specification need a new release for this RFC?
I propose treating RFC functionality as an
Extensionin a similar way to how Python provides the__future__module, allowing the runtime to access functionality that comes in a future release.Open Job Description implementations can implement these extensions and job template authors can request this non-default functionality by way of a new top level key called
extensionsin a job template.See the following for inspiration:
AWS::LanguageExtensionsI've opened up a PR here that talks about this in more detail.
Beta Was this translation helpful? Give feedback.
All reactions