You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Microsoft.DSC section of metadata, allow configuration to specify a timeout. It may also make sense to just have a default timeout so configuration isn't blocked indefinitely.
It probably makes sense to have --timeout for both resource invocation and config invocation at the command-line level in addition to allowing config authors to specify timeouts.
For adapters, I think they should just follow the same contract which is metadata at the resource level should be respected. However, we may need adapters to publish what capabilities they support and perhaps even reject explicitly any metadata it doesn't understand so users don't set something that doesn't apply.
Summary of the new feature / enhancement
In the
Microsoft.DSC
section of metadata, allow configuration to specify a timeout. It may also make sense to just have a default timeout so configuration isn't blocked indefinitely.Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: