Changes between Version 54 and Version 55 of RemoteJobs
- Timestamp:
- Jan 30, 2017, 4:20:25 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v54 v55 19 19 20 20 There are various options for managing input files. 21 If you use the[RemoteInputFiles#Job-basedfilemanagement Job-based file management],21 If you use [RemoteInputFiles#Job-basedfilemanagement Job-based file management], 22 22 which maintains batch/file associations, 23 23 the order of operations is: … … 29 29 If you manage input files a different way, 30 30 then you create the batch and submit jobs in a single API call. 31 32 Once 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. 31 41 32 42 == PHP interface ==