Skip to content

Commit

Permalink
Add push work pools max run time to docs (#16293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekaplan authored Dec 11, 2024
1 parent 404090b commit 33339e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compat-tests
5 changes: 5 additions & 0 deletions docs/v3/deploy/infrastructure-examples/serverless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,11 @@ With your deployment created, navigate to its detail page and create a new flow
You'll see the flow start running without polling the work pool, because Prefect Cloud securely connected
to your serverless infrastructure, created a job, ran the job, and reported on its execution.

## Usage Limits

Push work pool usage is unlimited. However push work pools only support flow runs with
a max run time of 24 hours.

## Next steps

Learn more about [work pools](/v3/deploy/infrastructure-concepts/work-pools/) and [workers](/v3/deploy/infrastructure-concepts/workers/).
Expand Down

0 comments on commit 33339e1

Please sign in to comment.