Changes between Version 62 and Version 63 of ProjectOptions
- Timestamp:
- May 6, 2008, 4:44:02 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v62 v63 90 90 If present, send at most one result of a given workunit to a given host. This is weaker than `one_result_per_user_per_wu`; it is useful if you're using homogeneous redundancy and most of the hosts of a particular class belong to a single user. 91 91 '''next_rpc_delay''':: 92 In each scheduler reply, tell the clients to do another scheduler RPC after most X seconds, regardless of whether they need work. This is useful, e.g., to ensure that in-progress jobs can be canceled in a bounded amount of time.92 In each scheduler reply, tell the clients to do another scheduler RPC after at most X seconds, regardless of whether they need work. This is useful, e.g., to ensure that in-progress jobs can be canceled in a bounded amount of time. 93 93 '''workload_sim''':: 94 94 Do a simulation, based on current client workload, in deciding whether a job's deadline can be met.