Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm docs referencing incidents #16139

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions docs/v3/automate/events/automations-triggers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ common conditions, such as:
- Work queue status
- Deployment status
- Metric thresholds, such as average duration, lateness, or completion percentage
- Incident declarations (available on Pro and Enterprise plans)
- Custom event triggers

<Note>
Expand Down Expand Up @@ -77,7 +76,6 @@ Actions specify what your automation does when its trigger criteria are met. Cur
- Send a [notification](#automation-notifications)
- Call a webhook
- Suspend a flow run
- Declare an incident (available on Pro and Enterprise plans)
- Change the state of a flow run

![Configuring an action for an automation in Prefect Cloud.](/v3/img/ui/automations-action.png)
Expand Down
88 changes: 0 additions & 88 deletions docs/v3/automate/incidents.mdx

This file was deleted.

1 change: 0 additions & 1 deletion docs/v3/automate/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ This **Automate** section explains how create workflows that run automatically a
- [Trigger actions on events](/v3/automate/events/automations-triggers/) shows how to use events to trigger actions.
- [Define custom event triggers](/v3/automate/events/custom-triggers/) discusses advanced trigger options.
- [Receive events with webhooks](/v3/automate/events/webhook-triggers/) explains how to use webhooks to receive events from external systems with Prefect Cloud.
- [Manage incidents](/v3/automate/incidents/) show how Prefect Cloud can help identify, resolve, and document issues in mission-critical workflows.
1 change: 0 additions & 1 deletion docs/v3/manage/cloud/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Pages relevant to Prefect Cloud found elsewhere in the documentation include:
- [Push work pools](/v3/deploy/infrastructure-examples/serverless/) allow you to run flows on your serverless infrastructure without running a worker.
- [Managed work pools](/v3/deploy/infrastructure-examples/managed/) allow you to run flows on Prefect's infrastructure without running a worker.
- [Webhooks](/v3/automate/events/webhook-triggers/) .
- [Incidents](/v3/automate/incidents/) are a way to track and manage issues that arise during flow runs. <span class="badge enterprise"></span>

Error summaries (enabled by Marvin AI) distill the error logs of `Failed` and `Crashed` flow runs into actionable information. To enable this feature visit the **Settings** page for your account.

Expand Down