Search

Search

Help

Page 14 of 164. Showing 1,631 results (0.017 seconds)

  1. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. import qb def main(): # Set basic job properties job = {} job['name…
    Qube 6.5Dec 10, 2013
  2. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. Note: supervisor_language_flags must contain "mail" or this callback will silently…
    Qube 6.6Jan 22, 2016
  3. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. Note: supervisor_language_flags must contain "mail" or this callback will silently…
    Qube 6.7Jan 11, 2016
  4. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. Note: supervisor_language_flags must contain "mail" or this callback will silently…
    Qube 6.8Oct 06, 2016
  5. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. Note: supervisor_language_flags must contain "mail" or this callback will silently…
    Qube 6.10May 23, 2018
  6. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. Note: supervisor_language_flags must contain "mail" or this callback will silently…
    Qube 7.0Nov 04, 2020
  7. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. Note: supervisor_language_flags must contain "mail" or this callback will silently…
    Qube 6.9Jul 05, 2017
  8. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. Note: supervisor_language_flags must contain "mail" or this callback will silently…
    QubeOct 13, 2020
  9. Enabling Qube to work through a firewall

    It is necessary to have certain ports open for the Qube Supervisor, Worker, and Client machines to communicate. One should either disable the firewall completely on the local machine, or open specific ports for Qube to communicate via TCP/IP and UDP. 5000…
    Qube 6.5Jun 09, 2014
  10. I tried to call a routine in my job submission script from the callback, and it didn't work.

    The problem lies with the "code" in your callback. Callback code is literally a string interpreted and executed by the built-in interpreter selected by the "language" field. Since a job you submit is actually a data object submitted to the Supervisor, it…
    Qube 6.4Nov 05, 2012