From c84d8588821762f2d7a1a08c1fe7db6f5996fbae Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:21:44 +0000 Subject: [PATCH] Docs update from Slack message --- docs/3.0/manage/cloud/connect-to-cloud.mdx | 11 +++++++++++ docs/3.0/resources/whats-new-prefect-3.mdx | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/docs/3.0/manage/cloud/connect-to-cloud.mdx b/docs/3.0/manage/cloud/connect-to-cloud.mdx index 5361d49f9dee..a8be39756872 100644 --- a/docs/3.0/manage/cloud/connect-to-cloud.mdx +++ b/docs/3.0/manage/cloud/connect-to-cloud.mdx @@ -102,3 +102,14 @@ for more information. In local and remote execution environments, such as VMs and containers, ensure that you've installed any flow requirements or dependencies before creating a flow run. + +## Slack Integration + +Prefect Cloud now supports integration with Slack for notifications. To enable Slack notifications for your flow runs, follow these steps: + +1. Navigate to your Prefect Cloud workspace settings. +2. Locate the "Integrations" section and select "Slack". +3. Follow the prompts to authenticate and authorize Prefect Cloud to send messages to your Slack workspace. +4. Once integrated, you can configure your flow runs to send notifications to specified Slack channels. + +This integration allows you to receive real-time updates on the status of your flow runs directly in Slack, enhancing your workflow and collaboration. diff --git a/docs/3.0/resources/whats-new-prefect-3.mdx b/docs/3.0/resources/whats-new-prefect-3.mdx index 1e4c90d0d02f..568d0e2c438b 100644 --- a/docs/3.0/resources/whats-new-prefect-3.mdx +++ b/docs/3.0/resources/whats-new-prefect-3.mdx @@ -47,6 +47,10 @@ Workers were first introduced in Prefect 2.0 as next-generation agents, and are Prefect 3.0 doesn't just bring new features; it also delivers significant performance improvements. Users running massively parallel workflows on distributed systems such as Dask and Ray will notice substantial speedups. In some benchmark cases, we've observed up to a 98% reduction in runtime overhead. These performance gains translate directly into faster execution times and more efficient resource utilization for your data pipelines. +## Slack integration + +Prefect 3.0 now includes support for Slack integration, allowing users to receive notifications and alerts directly in their Slack channels. This integration helps teams stay informed about the status of their workflows and quickly respond to any issues that arise. + ## Release notes See release notes for each released version in the [Gitub repository](https://github.com/PrefectHQ/prefect/releases).