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 17c3bbe commit 696dbcaCopy full SHA for 696dbca
src/apify/_configuration.py
@@ -259,7 +259,15 @@ class Configuration(CrawleeConfiguration):
259
description='TCP port for the Actor to start an HTTP server to receive messages in the Actor Standby mode',
260
),
261
deprecated('Use `web_server_port` instead'),
262
- ] = 4322
+ ] = 4321
263
+
264
+ standby_url: Annotated[
265
+ str,
266
+ Field(
267
+ alias='actor_standby_url',
268
+ description='URL for accessing the HTTP server in Actor Standby mode',
269
+ ),
270
+ ]
271
272
token: Annotated[
273
str | None,
0 commit comments