Search
Page 14 of 164. Showing 1,631 results (0.017 seconds)
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…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…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…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…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…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…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…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…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…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…