# Static Publisher Operations

Static Publisher runs on queued jobs and external execution. The plugin stores state under `wp-content/uploads/smartcloud-static-publisher/runtime`, including `config.json`, `queue.json`, `current-run.json`, `last-run.json`, and `export.lock`. The admin UI can queue `publish`, `crawl`, `deploy`, `invalidate`, `retry-timeouts`, and single-URL `url` jobs.

Scheduler rules are evaluated by `publisher-exporter queue-runner` when the external runner starts, so production setups should use cron, systemd, CI, or another external scheduler. A one-minute runner tick is the recommended baseline, and equivalent queued or running jobs are skipped within the same interval bucket to avoid duplicate work.

Finished, failed, and stopped jobs archive their log artifacts under the configured log directory, which makes retry and audit workflows more predictable. Static Publisher also supports deployment profiles, so a single crawl artifact can be reused for several target environments without recrawling the WordPress origin each time.