|
8 | 8 |
|
9 | 9 | <link rel="preconnect" href="https://us.i.posthog.com"> |
10 | 10 | <script>!function(t,e){var o,s,r,a;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,n,p){function c(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(r=t.createElement("script")).type="text/javascript",r.async=!0,r.src=n.api_host.replace(".i.posthog.com","-assets.i.posthog.com")+"/static/array.js",(a=t.getElementsByTagName("script")[0]).parentNode.insertBefore(r,a);var g=e;for(void 0!==p?g=e[p]=[]:p="posthog",g.people=g.people||[],g.toString=function(t){var e="posthog";return"posthog"!==p&&(e+="."+p),t||(e+=" (stub)"),e},g.people.toString=function(){return g.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags getFeatureFlag getFeatureFlagPayload reloadFeatureFlags group updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures getActiveMatchingSurveys getSurveys onSessionId".split(" "),s=0;s<o.length;s++)c(g,o[s]);e._i.push([i,n,p])},e.__SV=1)}(document,window.posthog||[]),posthog.init("phc_GKR68l5zo531AD1R3cnE3MCPEBPXTqgYax4q053LVBD",{api_host:"https://us.i.posthog.com",id:"default"})</script><link rel="stylesheet" href="/assets/css/styles.6b0c5225.css"> |
11 | | -<script src="/assets/js/runtime~main.c744df3a.js" defer="defer"></script> |
12 | | -<script src="/assets/js/main.09523da0.js" defer="defer"></script> |
| 11 | +<script src="/assets/js/runtime~main.a4abf651.js" defer="defer"></script> |
| 12 | +<script src="/assets/js/main.0815c53a.js" defer="defer"></script> |
13 | 13 | </head> |
14 | 14 | <body class="navigation-with-keyboard"> |
15 | 15 | <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs> |
|
69 | 69 | might not be able to honor CPU pinning requests.</p><p>CPU pinning can make pipelines run faster and perform more consistently, |
70 | 70 | as long as different pipelines running on the same machine are pinned to |
71 | 71 | different CPUs.</p></div></td></tr><tr><td><code>provisioning_timeout_secs</code><span style="opacity:0.6"> int64</span><div style="margin-top:var(--ifm-table-cell-padding)"><p>Timeout in seconds for the <code>Provisioning</code> phase of the pipeline. |
72 | | -Setting this value will override the default of the runner.</p></div></td></tr><tr><td><code>resources</code><span style="opacity:0.6"> object</span><table style="display:table;width:100%;margin-top:var(--ifm-table-cell-padding);margin-bottom:0px"><tbody><tr><td><code>cpu_cores_max</code><span style="opacity:0.6"> int64</span><div style="margin-top:var(--ifm-table-cell-padding)"><p>The maximum number of CPU cores to reserve |
73 | | -for an instance of this pipeline</p></div></td></tr><tr><td><code>cpu_cores_min</code><span style="opacity:0.6"> int64</span><div style="margin-top:var(--ifm-table-cell-padding)"><p>The minimum number of CPU cores to reserve |
| 72 | +Setting this value will override the default of the runner.</p></div></td></tr><tr><td><code>resources</code><span style="opacity:0.6"> object</span><table style="display:table;width:100%;margin-top:var(--ifm-table-cell-padding);margin-bottom:0px"><tbody><tr><td><code>cpu_cores_max</code><span style="opacity:0.6"> double</span><div style="margin-top:var(--ifm-table-cell-padding)"><p>The maximum number of CPU cores to reserve |
| 73 | +for an instance of this pipeline</p></div></td></tr><tr><td><code>cpu_cores_min</code><span style="opacity:0.6"> double</span><div style="margin-top:var(--ifm-table-cell-padding)"><p>The minimum number of CPU cores to reserve |
74 | 74 | for an instance of this pipeline</p></div></td></tr><tr><td><code>memory_mb_max</code><span style="opacity:0.6"> int64</span><div style="margin-top:var(--ifm-table-cell-padding)"><p>The maximum memory in Megabytes to reserve |
75 | 75 | for an instance of this pipeline</p></div></td></tr><tr><td><code>memory_mb_min</code><span style="opacity:0.6"> int64</span><div style="margin-top:var(--ifm-table-cell-padding)"><p>The minimum memory in Megabytes to reserve |
76 | 76 | for an instance of this pipeline</p></div></td></tr><tr><td><code>storage_class</code><span style="opacity:0.6"> string</span><div style="margin-top:var(--ifm-table-cell-padding)"><p>Storage class to use for an instance of this pipeline. |
|
174 | 174 | least <code>min_batch_size_records</code> records have been received (total |
175 | 175 | across all endpoints) or <code>max_buffering_delay_usecs</code> microseconds |
176 | 176 | have passed since at least one input records has been buffered. |
177 | | -Defaults to 0.</p></div></td></tr><tr><td><code>pin_cpus</code><span style="opacity:0.6"> integer[]</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>Optionally, a list of CPU numbers for CPUs to which the pipeline may pin |
| 177 | +Defaults to 0.</p></div></td></tr><tr><td><code>pin_cpus</code><span style="opacity:0.6"> integer[]</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>Optionally, a list of CPU numbers for CPUs to which the pipeline may pin |
178 | 178 | its worker threads. Specify at least twice as many CPU numbers as |
179 | 179 | workers. CPUs are generally numbered starting from 0. The pipeline |
180 | 180 | might not be able to honor CPU pinning requests.</p><p>CPU pinning can make pipelines run faster and perform more consistently, |
181 | 181 | as long as different pipelines running on the same machine are pinned to |
182 | 182 | different CPUs.</p></div></td></tr><tr><td><code>provisioning_timeout_secs</code><span style="opacity:0.6"> int64</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>Timeout in seconds for the <code>Provisioning</code> phase of the pipeline. |
183 | | -Setting this value will override the default of the runner.</p></div></td></tr><tr><td><code>resources</code><span style="opacity:0.6"> object</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><table style="display:table;width:100%;margin-top:var(--ifm-table-cell-padding);margin-bottom:0px"><tbody><tr><td><code>cpu_cores_max</code><span style="opacity:0.6"> int64</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>The maximum number of CPU cores to reserve |
184 | | -for an instance of this pipeline</p></div></td></tr><tr><td><code>cpu_cores_min</code><span style="opacity:0.6"> int64</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>The minimum number of CPU cores to reserve |
| 183 | +Setting this value will override the default of the runner.</p></div></td></tr><tr><td><code>resources</code><span style="opacity:0.6"> object</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><table style="display:table;width:100%;margin-top:var(--ifm-table-cell-padding);margin-bottom:0px"><tbody><tr><td><code>cpu_cores_max</code><span style="opacity:0.6"> double</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>The maximum number of CPU cores to reserve |
| 184 | +for an instance of this pipeline</p></div></td></tr><tr><td><code>cpu_cores_min</code><span style="opacity:0.6"> double</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>The minimum number of CPU cores to reserve |
185 | 185 | for an instance of this pipeline</p></div></td></tr><tr><td><code>memory_mb_max</code><span style="opacity:0.6"> int64</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>The maximum memory in Megabytes to reserve |
186 | 186 | for an instance of this pipeline</p></div></td></tr><tr><td><code>memory_mb_min</code><span style="opacity:0.6"> int64</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>The minimum memory in Megabytes to reserve |
187 | 187 | for an instance of this pipeline</p></div></td></tr><tr><td><code>storage_class</code><span style="opacity:0.6"> string</span><span style="opacity:0.6"> — </span><strong style="font-size:var(--ifm-code-font-size);color:var(--openapi-optional)"> OPTIONAL</strong><div style="margin-top:var(--ifm-table-cell-padding)"><p>Storage class to use for an instance of this pipeline. |
|
0 commit comments