Changes between Version 46 and Version 47 of Processing
- Timestamp:
- Apr 22, 2010, 12:07:58 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v46 v47 81 81 }}} 82 82 83 The first column, 'AV', translates to '''A'''ctive and '''V'''alid, i.e. whether a process is running and whether it is valid at this point in time. For example, above, {{{+- ns.initday.load}}} is active, but is not valid at present since it is scheduled to run only once per day (to initialize the {{{nightlyscience}}} automation). 84 83 85 The key thing to monitor here is the {{{Nfail}}} column. Depending on the process, different numbers of Nfail as a proportion of Njobs are deemed acceptable. 84 86
