29 | | <ban_cpu>regexp</ban_cpu> |
30 | | }}} |
31 | | Any host for which p_vendor<tab>p_model matches the given regular expression will not be sent jobs. |
32 | | This is a POSIX extended regular expression. |
33 | | {{{ |
34 | | <workload_sim>0|1</workload_sim> |
35 | | }}} |
36 | | Do a simulation, based on current client workload, in deciding whether a job's deadline can be met. |
| 29 | <distinct_beta_apps>0|1</distinct_beta_apps> |
| 30 | }}} |
| 31 | If set, [AppFiltering user application selection] applies to [BetaTest beta test applications] as well as others. |
44 | | <distinct_beta_apps>0|1</distinct_beta_apps> |
45 | | }}} |
46 | | If set, [AppFiltering user application selection] applies to [BetaTest beta test applications] as well as others. |
47 | | {{{ |
48 | | <nowork_skip> 0|1 </nowork_skip> |
49 | | }}} |
50 | | If the scheduler has no work, it replies to RPCs without doing any database access |
51 | | (e.g., without looking up the user or host record). |
52 | | This reduces DB load, but it fails to update preferences when users click on Update. |
53 | | Use it if your server DB is overloaded. |
| 39 | <ignore_delay_bound/> |
| 40 | }}} |
| 41 | By default, results are not sent to hosts too slow to complete them within delay bound. |
| 42 | If this flag is set, this rule is not enforced. |
| 51 | {{{ |
| 52 | <nowork_skip> 0|1 </nowork_skip> |
| 53 | }}} |
| 54 | If the scheduler has no work, it replies to RPCs without doing any database access |
| 55 | (e.g., without looking up the user or host record). |
| 56 | This reduces DB load, but it fails to update preferences when users click on Update. |
| 57 | Use it if your server DB is overloaded. |
| 58 | {{{ |
| 59 | <primary_platform_only> 0|1 </primary_platform_only> |
| 60 | }}} |
| 61 | If set, send hosts app versions only for their primary platform. |
| 62 | E.g. If a host is 64-bit, send it only 64-bit app versions. |
| 63 | Use this option only if you have 64-bit versions for all supported platforms, |
| 64 | and you're sure that these are faster than the corresponding 32-bit versions. |
| 65 | {{{ |
| 66 | <workload_sim>0|1</workload_sim> |
| 67 | }}} |
| 68 | Do a simulation, based on current client workload, in deciding whether a job's deadline can be met. |