Skip to content

Batch Logs

Open:

  • PlaceScale → Tools → Batch Logs

Batch Logs are designed for troubleshooting batch systems like:

  • Bulk Generate
  • AI Slot Queue
PlaceScale Tools Batch Logs showing jobs list and job detail view

Batch Logs are stored in custom database tables.

To keep the database small and relevant:

  • successful jobs are not retained long-term
  • logs are primarily kept for errors and cancellations
  • old rows are pruned opportunistically when admin pages load

A list of recent jobs with fields like:

  • time
  • kind
  • status
  • total
  • job key

A job detail view shows:

  • a summary (created/skipped/errors)
  • an event list with timestamps and references
  • the last error message (when applicable)
  • Fix the root cause (usually provider/key/model for AI, or template/terms for generation).
  • Re-run the batch from the original screen:
    • Bulk Generate
    • Generated Pages → Generate AI Slots

If you’re reporting an issue, copy:

  • the job key
  • the last error
  • a small set of example term combinations that reproduce it