Changes between Version 16 and Version 17 of BackendPrograms
- Timestamp:
- Jun 20, 2014, 5:13:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackendPrograms
v16 v17 40 40 --purge_stale X:: 41 41 remove work items from the shared memory segment that have been there for longer than x minutes but haven't been assigned 42 - appids N1, N2, ... ::42 --appids N1, N2, ... :: 43 43 Get work only for the given apps. 44 44 Useful if your project uses both locality and job-cache scheduling. … … 60 60 -d N:: debug level N (1 .. 4 = most verbose) 61 61 --mod n i:: process only workunits with (id mod n) == i 62 63 The transitioner works asynchronously from work generators and schedulers, 64 and in high-load situations it can fall behind 65 (i.e. a large queue of workunits waiting to be processed can build up). 66 The transitioner backlog is shown in the server status page. 67 If the backlog becomes large (> 1 hour) you can do the following: 68 69 * stop the project 70 * run '''sched/transitioner_catchup.php''' 71 * start the project