Add logging on sync catalog job (#22192)

This commit is contained in:
martmull
2026-06-25 21:03:48 +02:00
committed by GitHub
parent eedd838189
commit 05df528fd5
@@ -26,7 +26,10 @@ export class MarketplaceCatalogSyncService {
private async syncRegistryApps(): Promise<void> {
const packages = await this.marketplaceService.fetchAppsFromRegistry();
this.logger.log(`${packages.length} packages detected`);
for (const pkg of packages) {
this.logger.log(`Synchronizing ${pkg.name}...`);
try {
const fetchedManifest =
await this.marketplaceService.fetchManifestFromRegistryCdn(