Skip to content

Continue mirror extension versions even if one fails - #942

Merged
netomi merged 3 commits into
eclipse-openvsx:mainfrom
hoangphamEclipse:mirror-verified-versions
May 11, 2026
Merged

Continue mirror extension versions even if one fails#942
netomi merged 3 commits into
eclipse-openvsx:mainfrom
hoangphamEclipse:mirror-verified-versions

Conversation

@hoangphamEclipse

Copy link
Copy Markdown
Contributor

Currently, the OpenVSX server stops mirroring extension version if one of the versions failed to be mirrored. This commit logs the mirror failure instead of throwing an error.

Fixes #923.

@hoangphamEclipse
hoangphamEclipse force-pushed the mirror-verified-versions branch from 5fe0984 to 32caeb7 Compare June 13, 2024 22:14
Currently, the OpenVSX server stops mirroring extension version if one of the
versions failed to be mirrored. This commit logs the mirror failure instead of
throwing an error.

Fixes eclipse-openvsx#923.
@hoangphamEclipse
hoangphamEclipse force-pushed the mirror-verified-versions branch from 32caeb7 to bcad29f Compare June 14, 2024 15:06
@hoangphamEclipse

Copy link
Copy Markdown
Contributor Author

Added an error message to log when an extension version fail to mirror.

@netomi

netomi commented May 11, 2026

Copy link
Copy Markdown
Contributor

LGTM, we should consider wrapping the jobrunr logger as described here:

https://www.jobrunr.io/en/documentation/background-methods/logging-progress/#logging

otherwise the specific log message only show up in the JobRunr dashboard, but not in the actual application logs.

@netomi
netomi merged commit 1663f53 into eclipse-openvsx:main May 11, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Mirror] Stops mirroring versions when one fails validation

2 participants