Skip to content

Commit 6db3762

Browse files
committed
Updated doc
1 parent a135e1f commit 6db3762

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,11 @@ You can take a closer look at its GitHub repository [here.](https://github.com/d
6363
slack_pipeline.serve("slack_pipeline", cron="0 0 * * *")
6464
```
6565

66-
3. You can view deployment details and scheduled runs, including successes and failures, using [PrefectUI](https://app.prefect.cloud/auth/login).
66+
3. You can view deployment details and scheduled runs, including successes and failures, using [PrefectUI](https://app.prefect.cloud/auth/login). This will help you know when a pipeline ran or more importantly, when it did not.
67+
68+
69+
You can further extend the pipeline by:
70+
71+
- Setting up [remote infrastructure with workers.](https://docs.prefect.io/latest/tutorial/workers/?deviceId=bb3e22c1-c2c7-4981-bd5e-c81715503e08)
72+
- [Adding automations](https://docs.prefect.io/latest/concepts/automations/?deviceId=bb3e22c1-c2c7-4981-bd5e-c81715503e08), to notify the status of pipeline run.
73+
- [Setting up retries](https://docs.prefect.io/latest/concepts/tasks/?deviceId=bb3e22c1-c2c7-4981-bd5e-c81715503e08#custom-retry-behavior).

0 commit comments

Comments
 (0)