Skip to content

Commit e44d311

Browse files
authored
Update job suspension settings
1 parent b61631e commit e44d311

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
177177
| `Jobs.BackgroundJobs.NumWorkersPerProcessorCount` | `192` dispatcher worker instances | Sets the number of *dispatcher worker instances* or *job dispatchers* to have per processor core. This value affects the number of workflow runs per core. |
178178
| `Jobs.BackgroundJobs.StatelessNumWorkersPerProcessorCount` | `192` dispatcher worker instances | Sets the number of *dispatcher worker instances* or *job dispatchers* to have per processor core, per stateless run. This value affects the number of concurrent workflow actions that are processed per run. |
179179

180-
Both of the following settings are used to manually stop and immediately delete the specified workflows in Standard logic app.
180+
The following settings are used to manually stop and immediately delete the specified workflows in Standard logic app.
181181

182182
> [!NOTE]
183183
>
@@ -188,12 +188,15 @@ Both of the following settings are used to manually stop and immediately delete
188188
|---------|---------------|-------------|
189189
| `Jobs.CleanupJobPartitionPrefixes` | None | Immediately deletes all the run jobs for the specified workflows. |
190190
| `Jobs.SuspendedJobPartitionPrefixes` | None | Stops the run jobs for the specified workflows. |
191+
| `SequencerJobs.SuspendedSequencerPartitionPrefixes` | None | Stops the sequencer run jobs for the specified workflows. |
192+
191193

192194
The following example shows the syntax for these settings where each workflow ID is followed by a colon (**:**) and separated by a semicolon (**;**):
193195

194196
```json
195-
"Jobs.CleanupJobPartitionPrefixes": "<workflow-ID-1>:; <workflow-ID-2>:",
196-
"Jobs.SuspendedJobPartitionPrefixes": "<workflow-ID-1>:; <workflow-ID-2>:"
197+
"Jobs.CleanupJobPartitionPrefixes": "<workflow-ID-1>:;<workflow-ID-2>:",
198+
"Jobs.SuspendedJobPartitionPrefixes": "<workflow-ID-1>:;<workflow-ID-2>:",
199+
"SequencerJobs.SuspendedSequencerPartitionPrefixes": "<workflow-ID-1>:;<workflow-ID-2>:"
197200
```
198201

199202
<a name="recurrence-triggers"></a>

0 commit comments

Comments
 (0)