We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7225715 commit c4751c6Copy full SHA for c4751c6
1 file changed
examples/blueprint_with_build_context.py
@@ -42,7 +42,7 @@
42
BLUEPRINT_POLL_MAX_ATTEMPTS = 600
43
44
# configure object storage ttl for the build context
45
-BUILD_CONTEXT_TTL = timedelta(days=1)
+BUILD_CONTEXT_TTL = timedelta(hours=1)
46
47
48
async def recipe(ctx: RecipeContext) -> RecipeOutput:
0 commit comments