Changes between Version 6 and Version 7 of RemoteJobs


Ignore:
Timestamp:
Jun 19, 2011, 1:53:07 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v6 v7  
     1[[PageOutline]]
    12= Web services for remote job submission =
    23
     
    147148<aborted/>
    148149}}}
     150
     151== Access control ==
     152
     153Users can submit jobs only if they have been
     154given access (via a web interface) by project administrators.
     155
     156In addition, project admins can allow users to submit jobs for any app,
     157or can designate which apps they can submit jobs to.
    149158
    150159== Example usage ==
     
    183192== Implementation notes ==
    184193
     194New tables
     195
     196{{{
     197batch
     198  id
     199  create_time
     200  logical_start_time
     201  logical_end_time
     202  estimated_completion_time
     203  njobs
     204
     205user_submit
     206  user_id
     207  quota
     208  logical_start_time
     209  bool all_apps
     210
     211user_app
     212  user_id
     213  app_id
     214}}}