Skip to content

Commit 77be882

Browse files
author
OTP Bot
committed
Deployed 951ab730c7 to dev-2.x in en with MkDocs 1.6.1 and mike 2.1.3
1 parent 14110c8 commit 77be882

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

en/dev-2.x/Changelog/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2958,7 +2958,8 @@ <h1 id="changelog">Changelog</h1>
29582958
based on merged pull requests. Search GitHub issues and pull requests for smaller issues.</p>
29592959
<h2 id="290-snapshot-in-progress">2.9.0-SNAPSHOT (in progress)</h2>
29602960
<ul>
2961-
<li>Remove GTFS feature <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6846">#6846</a>
2961+
<li>Remove GTFS <code>removeRepeatedStops</code> feature <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6846">#6846</a></li>
2962+
<li>Restore lookup of multi-modal stations and group of stations <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6805">#6805</a>
29622963
<a href="AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE"></a></li>
29632964
</ul>
29642965
<h2 id="280-2025-09-10">2.8.0 (2025-09-10)</h2>

en/dev-2.x/sandbox/siri/SiriAzureUpdater/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,6 +2654,14 @@ <h3 id="siri-azure-et-updater">SIRI Azure ET Updater</h3>
26542654
<td style="text-align: center;">2.2</td>
26552655
</tr>
26562656
<tr>
2657+
<td><a href="#u__11__startupTimeout">startupTimeout</a></td>
2658+
<td style="text-align: center;"><code>duration</code></td>
2659+
<td>Maximum time to wait for real-time services during startup.</td>
2660+
<td style="text-align: center;"><em>Optional</em></td>
2661+
<td><code>"PT5M"</code></td>
2662+
<td style="text-align: center;">na</td>
2663+
</tr>
2664+
<tr>
26572665
<td>topic</td>
26582666
<td style="text-align: center;"><code>string</code></td>
26592667
<td>Service Bus topic to connect to.</td>
@@ -2720,6 +2728,12 @@ <h4 id="u__11__servicebus_url">servicebus-url</h4>
27202728
<strong>Path:</strong> /updaters/[11] </p>
27212729
<p>Service Bus connection used for authentication.</p>
27222730
<p>Has to be present for authenticationMethod SharedAccessKey. This should be Primary/Secondary connection string from service bus.</p>
2731+
<h4 id="u__11__startupTimeout">startupTimeout</h4>
2732+
2733+
<p><strong>Since version:</strong> <code>na</code><strong>Type:</strong> <code>duration</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>"PT5M"</code> <br />
2734+
<strong>Path:</strong> /updaters/[11] </p>
2735+
<p>Maximum time to wait for real-time services during startup.</p>
2736+
<p>Maximum time to wait for real-time services during startup. If real-time services are unavailable, OTP will start without real-time data after this timeout.</p>
27232737
<h5 id="example-configuration">Example configuration</h5>
27242738
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="c1">// router-config.json</span>
27252739
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="p">{</span>
@@ -2832,6 +2846,14 @@ <h3 id="siri-azure-sx-updater">SIRI Azure SX Updater</h3>
28322846
<td style="text-align: center;">2.2</td>
28332847
</tr>
28342848
<tr>
2849+
<td><a href="#u__10__startupTimeout">startupTimeout</a></td>
2850+
<td style="text-align: center;"><code>duration</code></td>
2851+
<td>Maximum time to wait for real-time services during startup.</td>
2852+
<td style="text-align: center;"><em>Optional</em></td>
2853+
<td><code>"PT5M"</code></td>
2854+
<td style="text-align: center;">na</td>
2855+
</tr>
2856+
<tr>
28352857
<td>topic</td>
28362858
<td style="text-align: center;"><code>string</code></td>
28372859
<td>Service Bus topic to connect to.</td>
@@ -2906,6 +2928,12 @@ <h4 id="u__10__servicebus_url">servicebus-url</h4>
29062928
<strong>Path:</strong> /updaters/[10] </p>
29072929
<p>Service Bus connection used for authentication.</p>
29082930
<p>Has to be present for authenticationMethod SharedAccessKey. This should be Primary/Secondary connection string from service bus.</p>
2931+
<h4 id="u__10__startupTimeout">startupTimeout</h4>
2932+
2933+
<p><strong>Since version:</strong> <code>na</code><strong>Type:</strong> <code>duration</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>"PT5M"</code> <br />
2934+
<strong>Path:</strong> /updaters/[10] </p>
2935+
<p>Maximum time to wait for real-time services during startup.</p>
2936+
<p>Maximum time to wait for real-time services during startup. If real-time services are unavailable, OTP will start without real-time data after this timeout.</p>
29092937
<h5 id="example-configuration_1">Example configuration</h5>
29102938
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="c1">// router-config.json</span>
29112939
<a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a><span class="p">{</span>

en/dev-2.x/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)