Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.9-0

    (New in 6.3)

    Qube! 6.3 introduces introduced Externally Updatable Worker Resources and Properties, which are site-defined worker resources and properties that may be periodically updated externally by programs using API calls. Jobs, on submission, may "reserve" these resources or "request" properties on the workers.

    ...

    qb.deleteworkerresources("shinyambp.local", ["host.extres"])
    qb.deleteworkerpropertiessdeleteworkerproperties("shinyambp.local", ["host.extprop", "host.extprop2"])

    Note that these routines require a list for the 2nd argument (like ["host.extres"]) .

    See Also

    worker_properties

    worker_resources