From 33339e14c52ff70427d4ad15d1c5d672c22804fa Mon Sep 17 00:00:00 2001 From: jakekaplan <40362401+jakekaplan@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:57:52 -0500 Subject: [PATCH] Add push work pools max run time to docs (#16293) --- compat-tests | 2 +- docs/v3/deploy/infrastructure-examples/serverless.mdx | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/compat-tests b/compat-tests index 9b5fc44426b6..3c5ec0111e2a 160000 --- a/compat-tests +++ b/compat-tests @@ -1 +1 @@ -Subproject commit 9b5fc44426b6a98a05408106fd6b5453ae9a0c76 +Subproject commit 3c5ec0111e2aa7b160f2b21cfd383d19448dfe13 diff --git a/docs/v3/deploy/infrastructure-examples/serverless.mdx b/docs/v3/deploy/infrastructure-examples/serverless.mdx index 3adcf30ff1d8..570281c13a84 100644 --- a/docs/v3/deploy/infrastructure-examples/serverless.mdx +++ b/docs/v3/deploy/infrastructure-examples/serverless.mdx @@ -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/).