Retry the known failure, not the uncertain write
Recovery depends on what pSEO Guard can prove. A clear failed update may be retried; an uncertain Create outcome must be inspected before any new write is allowed.
Last updated
Retry failed only
Retry creates a new Job containing only rows marked failed and safe to repeat. Successful, skipped and remote-mismatch rows are not copied.
- Fix the WordPress error first.
- Confirm the new Job total matches the rows you intend to retry.
- The retry keeps the same Destination and Gate contract.
Remote mismatch needs a decision
Remote mismatch means the current Page identity, status, URL or write outcome cannot be proved. Automatic retry is disabled where another request could create a duplicate or overwrite an unexpected Page.
- Inspect the WordPress Page by its saved ID when one exists.
- Use Verify after correcting a safe, known Draft drift.
- Do not disconnect or change sites to make the mismatch disappear.
Rollback means Published to Draft
Rollback changes an explicitly selected published Page back to Draft. It never permanently deletes the Page and does not create a redirect.
- The Page is read immediately before rollback.
- If it is already the same Draft, the saved state converges without another mutation.
- Rollback remains available even when a later Gate run is Blocked, because recovery cannot depend on forward publishing approval.
Cancel and active work
Cancel stops remaining work only after the current page request has finished and its result is saved. It is not a network undo button.
- A processing item makes Cancel return 409 until that result is durable.
- Queued and running Jobs hold a Project operation lock.
- Gate or Destination changes remain blocked until the Job completes or safely cancels.
Next action
Use the rule reference when a page needs a decision, or continue through the Docs in order.