Skip to content

Commit 5c98fff

Browse files
authored
Merge pull request #2061 from DependencyTrack/update-config-docs
Update config docs
2 parents 9da1944 + fb9577f commit 5c98fff

File tree

1 file changed

+120
-0
lines changed

1 file changed

+120
-0
lines changed

docs/reference/configuration/api-server.md

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,66 @@ Defines the maximum concurrency of the default activity worker.
14861486
</table>
14871487

14881488

1489+
---
1490+
1491+
### dt.dex-engine.activity-worker.metrics-update.enabled
1492+
1493+
Defines whether the metrics update activity worker should be enabled.
1494+
1495+
1496+
1497+
<table>
1498+
<tbody style="border: 0">
1499+
<tr>
1500+
<th style="text-align: right">Required</th>
1501+
<td style="border-width: 0">false</td>
1502+
</tr>
1503+
<tr>
1504+
<th style="text-align: right">Type</th>
1505+
<td style="border-width: 0"><code>boolean</code></td>
1506+
</tr>
1507+
<tr>
1508+
<th style="text-align: right">Default</th>
1509+
<td style="border-width: 0"><code>false</code></td>
1510+
</tr>
1511+
<tr>
1512+
<th style="text-align: right">ENV</th>
1513+
<td style="border-width: 0"><code>DT_DEX_ENGINE_ACTIVITY_WORKER_METRICS_UPDATE_ENABLED</code></td>
1514+
</tr>
1515+
</tbody>
1516+
</table>
1517+
1518+
1519+
---
1520+
1521+
### dt.dex-engine.activity-worker.metrics-update.max-concurrency
1522+
1523+
Defines the maximum concurrency of the metrics update activity worker.
1524+
1525+
1526+
1527+
<table>
1528+
<tbody style="border: 0">
1529+
<tr>
1530+
<th style="text-align: right">Required</th>
1531+
<td style="border-width: 0">true</td>
1532+
</tr>
1533+
<tr>
1534+
<th style="text-align: right">Type</th>
1535+
<td style="border-width: 0"><code>integer</code></td>
1536+
</tr>
1537+
<tr>
1538+
<th style="text-align: right">Default</th>
1539+
<td style="border-width: 0"><code>5</code></td>
1540+
</tr>
1541+
<tr>
1542+
<th style="text-align: right">ENV</th>
1543+
<td style="border-width: 0"><code>DT_DEX_ENGINE_ACTIVITY_WORKER_METRICS_UPDATE_MAX_CONCURRENCY</code></td>
1544+
</tr>
1545+
</tbody>
1546+
</table>
1547+
1548+
14891549
---
14901550

14911551
### dt.dex-engine.activity-worker.notification.enabled
@@ -1666,6 +1726,66 @@ Defines the poll backoff randomization factor of the notification activity worke
16661726
</table>
16671727

16681728

1729+
---
1730+
1731+
### dt.dex-engine.activity-worker.policy-evaluation.enabled
1732+
1733+
Defines whether the policy evaluation activity worker should be enabled.
1734+
1735+
1736+
1737+
<table>
1738+
<tbody style="border: 0">
1739+
<tr>
1740+
<th style="text-align: right">Required</th>
1741+
<td style="border-width: 0">false</td>
1742+
</tr>
1743+
<tr>
1744+
<th style="text-align: right">Type</th>
1745+
<td style="border-width: 0"><code>boolean</code></td>
1746+
</tr>
1747+
<tr>
1748+
<th style="text-align: right">Default</th>
1749+
<td style="border-width: 0"><code>false</code></td>
1750+
</tr>
1751+
<tr>
1752+
<th style="text-align: right">ENV</th>
1753+
<td style="border-width: 0"><code>DT_DEX_ENGINE_ACTIVITY_WORKER_POLICY_EVALUATION_ENABLED</code></td>
1754+
</tr>
1755+
</tbody>
1756+
</table>
1757+
1758+
1759+
---
1760+
1761+
### dt.dex-engine.activity-worker.policy-evaluation.max-concurrency
1762+
1763+
Defines the maximum concurrency of the policy evaluation activity worker.
1764+
1765+
1766+
1767+
<table>
1768+
<tbody style="border: 0">
1769+
<tr>
1770+
<th style="text-align: right">Required</th>
1771+
<td style="border-width: 0">true</td>
1772+
</tr>
1773+
<tr>
1774+
<th style="text-align: right">Type</th>
1775+
<td style="border-width: 0"><code>integer</code></td>
1776+
</tr>
1777+
<tr>
1778+
<th style="text-align: right">Default</th>
1779+
<td style="border-width: 0"><code>5</code></td>
1780+
</tr>
1781+
<tr>
1782+
<th style="text-align: right">ENV</th>
1783+
<td style="border-width: 0"><code>DT_DEX_ENGINE_ACTIVITY_WORKER_POLICY_EVALUATION_MAX_CONCURRENCY</code></td>
1784+
</tr>
1785+
</tbody>
1786+
</table>
1787+
1788+
16691789
---
16701790

16711791
### dt.dex-engine.activity-worker.vuln-analysis-reconciliation.enabled

0 commit comments

Comments
 (0)