Generated output — this is a static snapshot rendered from .vibekb/. The .vibekb/ content is the source of truth. See Reference for provenance.

Queue workers

Queue submission

Generation requests become pending rows in arcana_queue for background workers to claim.

Implemented Verified from source User-facing

In one sentence

The application persists generation jobs in arcana_queue with status pending, including style, aspect, portraits, and watermark flag.

Known limitations

  • Full CREATE TABLE arcana_queue was not found in-repo; only opportunistic ALTERs (e.g. custom_instructions).
  • Legacy job_queue still appears in helpers/arcana.check_status.php.

Related functionality