Changes between Version 54 and Version 55 of RemoteJobs


Ignore:
Timestamp:
Jan 30, 2017, 4:20:25 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v54 v55  
    1919
    2020There are various options for managing input files.
    21 If you use the [RemoteInputFiles#Job-basedfilemanagement Job-based file management],
     21If you use [RemoteInputFiles#Job-basedfilemanagement Job-based file management],
    2222which maintains batch/file associations,
    2323the order of operations is:
     
    2929If you manage input files a different way,
    3030then you create the batch and submit jobs in a single API call.
     31
     32Once you have submitted the batch, you can
     33 * '''Monitor''' the batch with query_batches(), query_batch(), or query_job().
     34 * '''Abort''' the batch (if you see errors, or if enough jobs have been finished)
     35  using abort_jobs() or abort_batch().
     36 * [RemoteOutputFiles download output files].
     37 * '''Retire''' the batch using retire_batch().
     38  This tells the server to clean up the files and job records associated with the batch,
     39  and to mark the batch as "retired";
     40  retired batches are normally not shown in the web interface.
    3141
    3242== PHP interface ==