apify / apify-shared-js

Utilities and constants shared across Apify projects.
https://www.npmjs.com/package/@apify/utilities
Apache License 2.0
12 stars 11 forks source link

feat(consts): deprecate default standby port, add standby URL #479

Closed jirimoravcik closed 2 weeks ago

jirimoravcik commented 3 weeks ago

This PR deprecates default standby port along with changing its value to the conductor one. It also introduces a new env variable ACTOR_STANDBY_URL that will hold the URL of Actor standby for the given Actor run (if applicable)

There's also a possibility to deprecate DEFAULT_CONTAINER_PORT and create DEFAULT_WEB_SERVER_PORT, but I'm not sure if it's worth doing...