Operations
Operations explains how GoForj applications run outside the happy path.
Use these guides when you need to run, split, observe, deploy, or recover an App.
Choose an Operational Task
| Task | Read |
|---|---|
| Choose combined or split processes and understand shutdown | Runtime Processes |
| Operate the HTTP runtime | HTTP Server |
| Run background work | Queue Workers or Scheduler Processes |
| Configure probes | Health and Readiness |
| Investigate runtime behavior | Logging, Metrics, and Inspects |
| Use the operator interface | Lighthouse |
| Protect and recover durable state | Backup and Restore |
| Build, roll out, verify, and roll back a release | Deploy an App |
Related Sections
- Core Concepts explains runtime lifecycle and generated components.
- Async and Workflows explains queues, jobs, events, and scheduled work.