Skip to content

Commit

Permalink
Docs update from Slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
promptless[bot] authored Dec 4, 2024
1 parent 525d842 commit c84d858
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/3.0/manage/cloud/connect-to-cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions docs/3.0/resources/whats-new-prefect-3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit c84d858

Please sign in to comment.