Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion applications/configuration-as-code/services/job-service.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ services:
```

<Info>
Jobs `suspendCront: true` must be triggered manually using `porter app run --job`.
Jobs with `suspendCron: true` must be triggered manually using `porter app run --job`.
</Info>

---

## Job resource retention

Completed job runs are automatically cleaned up from the cluster after 7 days. During this retention window, you can inspect completed job resources directly in Kubernetes. After the retention period, the underlying Kubernetes job resource is removed, but job run history remains available in the Porter dashboard.