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 cac88b0 commit b67ec98Copy full SHA for b67ec98
src/apify/_configuration.py
@@ -251,6 +251,7 @@ class Configuration(CrawleeConfiguration):
251
),
252
description='Date when the Actor will time out',
253
254
+ BeforeValidator(lambda val: val if val != '' else None), # We should accept empty environment variables as well
255
] = None
256
257
standby_port: Annotated[
0 commit comments