Search
Page 3 of 423. Showing 4,229 results (0.034 seconds)
Python job submission with Python language callback
Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…Python job submission with Python language callback
Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…Python job submission with Python language callback
Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…Python job submission with Python language callback
Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…Python job submission with Python language callback
Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…Python job submission with Python language callback
Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…Python job submission with Python language callback that runs an external script on the supervisor
) # build a callback for each item in the agenda (each frame) cb = { 'language': 'python', 'triggers': 'done-job-self', 'code': ''' import os…Python job submission with Python language callback that runs an external script on the supervisor
' % job In line 41 of the above script, using "python" assumes that python is in the supervisor user's PATH environment. If not, use the full path to python. If the python script can…Python job submission with Python language callback that runs an external script on the supervisor
' % job In line 41 of the above script, using "python" assumes that python is in the supervisor user's PATH environment. If not, use the full path to python. If the python script can…Python job submission with Python language callback that runs an external script on the supervisor
' % job In line 41 of the above script, using "python" assumes that python is in the supervisor user's PATH environment. If not, use the full path to python. If the python script can…