Tech: log de la procédure et des URLs appelées dans ProcedureExternalURLCheckJob#13439
Open
LeSim wants to merge 1 commit into
Open
Tech: log de la procédure et des URLs appelées dans ProcedureExternalURLCheckJob#13439LeSim wants to merge 1 commit into
LeSim wants to merge 1 commit into
Conversation
Logs the procedure id and each URL actually fetched, including the final URL when the request was redirected.
mfo
approved these changes
Jul 8, 2026
mfo
left a comment
Contributor
There was a problem hiding this comment.
p-e que la prochaine etape sera de logger tte la chaine de redirect si on trouve pas l'aiguille
colinux
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ajoute un log (id de procédure + URL appelée) à chaque vérification d'URL externe (
lien_notice,lien_dpo). En cas de redirection, l'URL finale est aussi loggée viaeffective_url.Les mocks Typhoeus de la spec sont complétés avec
redirect_count: 0pour refléter une vraie réponse libcurl.