Skip to content

Commit a711280

Browse files
imsduSimon Dumas
andauthored
Add extra comments (#5158)
Co-authored-by: Simon Dumas <simon.dumas@epfl.ch>
1 parent d241d12 commit a711280

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

delta/sdk/src/main/scala/ch/epfl/bluebrain/nexus/delta/sdk/schemas/job/SchemaValidationCoordinator.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import ch.epfl.bluebrain.nexus.delta.sourcing.stream._
77

88
/**
99
* Allows to run a revalidation of the different data resouces in the given project
10+
* - Those projections are triggered directy by a a dedicated endpoint
11+
* - It saves its progress and errors the same way as other projections
12+
* - Unlike projections related to indexing, those tasks won't be resumed if Delta gets restarted
13+
* - Running again the validation on aa project will overwrite the previous progress and the related errors
1014
*/
1115
trait SchemaValidationCoordinator {
1216

delta/sdk/src/main/scala/ch/epfl/bluebrain/nexus/delta/sdk/schemas/job/SchemaValidationStream.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import fs2.Stream
1616
/**
1717
* Streams the latest version of resources from a project and revalidate them with the latest version of the schema
1818
* they are currently validated with.
19+
* - Only data resources are evaluated
1920
* - Deprecated resources are skipped
2021
* - Resources not validated with a schema are skipped too
2122
*/

0 commit comments

Comments
 (0)