PBLISH/Docs Open App

The Generation Status Panel

The Generation Status panel is accessible by expanding any catalog row in the Catalogs list. It is divided into three sections: the current status summary, the latest generation log, and the generation logs history.

Generation Status panel showing COMPLETED status, latest log, and history
The Generation Status panel: current status at the top, the Latest Generation Log in the middle, and the Generation Logs History at the bottom.

Status States

A catalog can be in one of the following generation states:

COMPLETED

The most recent generation cycle finished successfully. All products were processed and the public feed URL has been updated with fresh content.

PROCESSING

A generation cycle is currently running. Images are being rendered and the feed is being compiled. This state typically lasts between a few seconds and a few minutes depending on product count.

PENDING

The catalog is queued for generation and waiting for the scheduler to pick it up. This is normal immediately after a feed sync completes.

FAILED

The generation cycle encountered an error that prevented completion. Check the status message for details and the recommended action.

INACTIVE

The catalog has been deactivated. Generation will not run until the catalog is reactivated.

Latest Generation Log

The Latest Generation Log provides a detailed breakdown of the most recent generation cycle. The following metrics are displayed:

MetricDescription
StatusFinal outcome of the generation cycle (COMPLETED, FAILED, etc.)
DurationTotal time taken to complete the generation cycle in seconds
Products GeneratedNumber of product images successfully rendered in this cycle
Products UpdatedProducts whose images were re-rendered due to data changes
Products SkippedProducts skipped because their data was unchanged since the last cycle
Products DeletedProducts removed from the catalog because they were deleted from the feed
Queue IDUnique identifier for this generation job (useful for support requests)
Started AtTimestamp when the generation cycle began
Finished AtTimestamp when the generation cycle completed

Generation Logs History

The Generation Logs History section lists all previous generation cycles for this catalog in reverse chronological order. Each log entry shows a quick summary: the cycle number, status badge, timestamp, duration, and counts for generated, updated, skipped, and deleted products.

This history is invaluable for auditing catalog changes over time. You can see exactly when products were added, updated, or removed from the catalog, and cross-reference with changes in your source data feed.

Change log summary
Each log entry summarizes that generation cycle. The Generated, Updated, Skipped, and Deleted counts show what changed between runs so you rarely need to diff images by hand.

Error Handling & Recovery

When a generation cycle fails, PBLISH provides detailed error information and recommended recovery actions directly in the status panel. The system distinguishes between different error types and handles many of them automatically:

Transient errors (auto-recovered)
Network timeouts, temporary service unavailability, and rate limiting errors are automatically retried by PBLISH. The system will attempt recovery on the next scheduled cycle without any action required from you.
Data errors (action required)
Invalid image URLs, missing required columns, or malformed data values require you to fix the source data. The error message will identify the specific product(s) and field(s) causing the issue, along with the recommended corrective action.
Configuration errors (action required)
Missing template, invalid column mapping, or revoked Google Sheets access require configuration changes. Follow the recommended action shown in the status panel to resolve these issues.
Inactive catalogs do not generate
If your catalog status is Inactive, generation will not run regardless of the feed schedule. To resume generation, activate the catalog from the catalog settings. The next scheduled cycle will then process the catalog normally.