You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanstyle="background-color:rgba(242, 86, 29, 0.3)">This experimental feature has been deprecated as of DefectDojo 2.44.0 (March release). Please exercise caution if using this feature with an older version of DefectDojo, as results may be inconsistent.</span>
94
-
95
-
Import and Re-Import can also be configured to handle uploads asynchronously to aid in
96
-
processing especially large scans. It works by batching Findings and Endpoints by a
97
-
configurable amount. Each batch will be be processed in separate celery tasks.
98
-
99
-
The following variables impact async imports.
100
-
101
-
-`DD_ASYNC_FINDING_IMPORT` defaults to False
102
-
-`DD_ASYNC_FINDING_IMPORT_CHUNK_SIZE` defaults to 100
103
-
104
-
When using asynchronous imports with dynamic scanners, Endpoints will continue to "trickle" in
105
-
even after the import has returned a successful response. This is because processing continues
106
-
to occur after the Findings have already been imported.
107
-
108
-
To determine if an import has been fully completed, please see the progress bar in the appropriate test.
Copy file name to clipboardExpand all lines: docs/content/en/open_source/upgrading/2.47.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,7 @@ description: Drop support for PostgreSQL-HA in HELM
9
9
This release removes support for the PostgreSQL-HA (High Availability) Helm chart as a dependency in the DefectDojo Helm chart. Users relying on the PostgreSQL-HA Helm chart will need to transition to using the standard PostgreSQL configuration or an external PostgreSQL database.
10
10
11
11
There are no special instructions for upgrading to 2.47.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.47.0) for the contents of the release.
12
+
13
+
## Removal of Asynchronous Import
14
+
15
+
Please note that asynchronous import has been removed as it was announced in 2.46. If you haven't migrated from this feature yet, we recommend doing before upgrading to 2.47.0
The two scan types Mobsfscan Scan and MobSF Scan were merged in this release. We recommend to recalculate the hashcodes if you use these parsers as the deduplication settings have been changed.
9
+
The two scan types Mobsfscan Scan and MobSF Scan were merged in this release. We recommend to recalculate the hashcodes if you use these parsers as the deduplication settings have been changed.
0 commit comments