v0.7.2-beta - Failed Job Retry
Pre-release
Pre-release
·
10 commits
to main
since this release
Image Prompt Library v0.7.2-beta — Failed Job Retry
Patch beta release focused on making failed local generation jobs easy to rerun safely.
New
- failed generation jobs can now be retried directly from the Generation stage.
- The Generation work queue shows a compact
Retryaction for failed jobs. - Retrying creates a new queued job instead of mutating or rerunning the original failed job.
Improved
- Retry actions reuse the original job prompt, source item, provider, aspect ratio, model, quality, and input references.
- The original failed job remains available for audit/debug history.
- Retry metadata links both records:
- original failed job:
retried_by_generation_job_id - new queued job:
retry_of_generation_job_id - retry reason:
failed_retry
- original failed job:
Notes
- Live generation remains local-install only; the GitHub Pages demo stays read-only.
- No database schema change.
- Update an installed app with:
image-prompt-library update --version v0.7.2-beta- Roll back if needed with:
image-prompt-library rollback