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

Documentation updates from Slack #30

Open
wants to merge 1 commit into
base: frances/test_promptless5
Choose a base branch
from
Open
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
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).
Loading