Skip to content

Commit

Permalink
feat: fail batch now exits with functionnal warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Jan 2, 2024
1 parent 72ee697 commit cd17df2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## TODO List
- security in vobject input field
- check that family name match family tables on rules import

All notable changes to this project will be documented in this file.

## version-93.1.32b
- batch failed with functional warning

## version-93.1.31b
- upload mapping rules now corresponding to model declared variables
- upload mapping rules now the model declared variables

## version-93.1.30b
- scalable data retrieval webservice
Expand Down
2 changes: 1 addition & 1 deletion arc-batch/src/main/java/fr/insee/arc/batch/BatchARC.java
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ void execute() {

} catch (Exception ex) {
LoggerHelper.errorGenTextAsComment(BatchARC.class, "main()", LOGGER, ex);
System.exit(STATUS_FAILURE_TECHNICAL_WARNING);
System.exit(STATUS_FAILURE_FUNCTIONAL_WARNING);
}

message("Fin du batch");
Expand Down

0 comments on commit cd17df2

Please sign in to comment.