Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

Table of Contents
maxlevel2

...

If on-demand deployment of an extension is required, the task instance will transition to the Queued Status with the Deploy Extension Status Attribute.

Upon successful deployment, the Deploy Extension Status Attribute will be cleared and the task instance will transition to the Running Status.

If the deployment is unsuccessful, the the Deploy Extension Status Attribute will be cleared and the task instance will transition to the Start Failure Status.

If an extension cannot be deployed to the destination agent due to the extension not being an accepted extension, the task instance will transition to Undeliverable Status.

Once the agent configuration has been updated, and the agent restarted, on-demand deployment can commence and the task instance will transition to Running Status upon successful deployment, as described above.

...

Note
titleNote

For requires_python, you can use wildcards to select certain Python versions.

For example, the following configurations are supported:

  • requires_python: "==2.7*"
  • requires_python: "!=3.9.1*"
  • requires_python: "!=3*"

The requires_python field requires a comparison operator, and at least a major version field. See extension.yml for more details.

The owner name and organization are optional.

...