~ubuntu-branches/debian/sid/nordugrid-arc/sid

« back to all changes in this revision

Viewing changes to src/services/a-rex/grid-manager/jobs/job_config.h

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-12-13 16:41:31 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121213164131-0fumka0jar8mxm07
Tags: 2.0.1-1
* 2.0.1 Release
* Drop patches accepted upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#define DEFAULT_DISKSPACE (200*1024L*1024L)
42
42
/* default maximum down/upload retries */
43
43
#define DEFAULT_MAX_RETRIES (10)
 
44
/* max time to run submit-*-job/cancel-*-job before to
 
45
   start looking for alternative way to detect result.
 
46
   Only for protecting against lost child. */
 
47
#define CHILD_RUN_TIME_SUSPICIOUS (10*60)
 
48
/* max time to run submit-*-job/cancel-*-job before to
 
49
   decide that it is gone.
 
50
   Only for protecting against lost child. */
 
51
#define CHILD_RUN_TIME_TOO_LONG (60*60)
44
52
 
45
53
/**
46
54
 * Class to represent information read from configuration.