diff --git a/biblio-tools/v1/crossref/prefixes/expand.ini b/biblio-tools/v1/crossref/prefixes/expand.ini index f3fbeb9..28d5f17 100644 --- a/biblio-tools/v1/crossref/prefixes/expand.ini +++ b/biblio-tools/v1/crossref/prefixes/expand.ini @@ -52,7 +52,8 @@ json = true timeout = 30000 retries = 5 -noerror = false +; évite l'arret du traitement, en cas d'erreur, on retourne la valeur non traitée +noerror = true [expand/swing/replace] path = id diff --git a/biblio-tools/v1/inspirehep/works/expand.ini b/biblio-tools/v1/inspirehep/works/expand.ini index 113c4b9..f427254 100644 --- a/biblio-tools/v1/inspirehep/works/expand.ini +++ b/biblio-tools/v1/inspirehep/works/expand.ini @@ -39,7 +39,8 @@ target = fix('value') timeout = 30000 retries = 5 -noerror = false +; évite l'arret du traitement, en cas d'erreur, on retourne la valeur non traitée +noerror = true ; Simplification de la structure de la notice [expand/exchange] diff --git a/biblio-tools/v1/openalex/works/expand.ini b/biblio-tools/v1/openalex/works/expand.ini index b4c9716..7f8eb8b 100644 --- a/biblio-tools/v1/openalex/works/expand.ini +++ b/biblio-tools/v1/openalex/works/expand.ini @@ -38,7 +38,8 @@ target = fix('value') timeout = 30000 retries = 5 -noerror = false +; évite l'arret du traitement, en cas d'erreur, on retourne la valeur non traitée +noerror = true ; Suppression de certains champs [expand/exchange] diff --git a/biblio-tools/v1/wos/fetch.ini b/biblio-tools/v1/wos/fetch.ini index d13c1a2..edd9692 100644 --- a/biblio-tools/v1/wos/fetch.ini +++ b/biblio-tools/v1/wos/fetch.ini @@ -46,6 +46,7 @@ url = https://wos-api.clarivate.com/api/wos/ json = true timeout = 60000 +; évite l'arret du traitement, en cas d'erreur, on retourne la valeur non traitée noerror = true header = accept: application/json header = env('token').prepend('X-ApiKey:') diff --git a/biblio-tools/v2/crossref/prefixes/expand.ini b/biblio-tools/v2/crossref/prefixes/expand.ini index f3fbeb9..28d5f17 100644 --- a/biblio-tools/v2/crossref/prefixes/expand.ini +++ b/biblio-tools/v2/crossref/prefixes/expand.ini @@ -52,7 +52,8 @@ json = true timeout = 30000 retries = 5 -noerror = false +; évite l'arret du traitement, en cas d'erreur, on retourne la valeur non traitée +noerror = true [expand/swing/replace] path = id diff --git a/biblio-tools/v2/inspirehep/works/expand.ini b/biblio-tools/v2/inspirehep/works/expand.ini index c916db9..107a527 100644 --- a/biblio-tools/v2/inspirehep/works/expand.ini +++ b/biblio-tools/v2/inspirehep/works/expand.ini @@ -39,7 +39,8 @@ target = fix('value') timeout = 30000 retries = 5 -noerror = false +; évite l'arret du traitement, en cas d'erreur, on retourne la valeur non traitée +noerror = true [expand/replace] path = id diff --git a/biblio-tools/v2/openalex/works/expand.ini b/biblio-tools/v2/openalex/works/expand.ini index 82ac1fe..c855d9b 100644 --- a/biblio-tools/v2/openalex/works/expand.ini +++ b/biblio-tools/v2/openalex/works/expand.ini @@ -38,6 +38,7 @@ target = fix('value') timeout = 30000 retries = 5 +; évite l'arret du traitement, en cas d'erreur, on retourne la valeur non traitée noerror = true # On marque les réponses qui n'ont pas abouties diff --git a/biblio-tools/v2/wos/fetch.ini b/biblio-tools/v2/wos/fetch.ini index d13c1a2..edd9692 100644 --- a/biblio-tools/v2/wos/fetch.ini +++ b/biblio-tools/v2/wos/fetch.ini @@ -46,6 +46,7 @@ url = https://wos-api.clarivate.com/api/wos/ json = true timeout = 60000 +; évite l'arret du traitement, en cas d'erreur, on retourne la valeur non traitée noerror = true header = accept: application/json header = env('token').prepend('X-ApiKey:')