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 ae7d92c commit 46439d2Copy full SHA for 46439d2
1 file changed
examples/blueprint_with_build_context.py
@@ -40,6 +40,8 @@
40
# building can take time: make sure to set a long blueprint build timeout
41
BLUEPRINT_POLL_TIMEOUT_S = 10 * 60
42
BLUEPRINT_POLL_MAX_ATTEMPTS = 600
43
+
44
+# make context available for a week (this is a demo value to show you can configure this value)
45
ONE_WEEK = timedelta(weeks=1)
46
47
0 commit comments