anvil-works / anvil-runtime

The runtime engine for hosting Anvil web apps
https://anvil.works/open-source
Other
874 stars 116 forks source link

Environment variable DOWNLINK_WORKER_TIMEOUT is broken #69

Closed chufe-dremio closed 1 year ago

chufe-dremio commented 1 year ago

The environment variable worked in Anvil Runtime 1.7.3, but is ignored in 1.7.6

The setting in my case was DOWNLINK_WORKER_TIMEOUT=3600. With 1.7.6 it falls back using the 30 seconds timeout.

daviesian commented 1 year ago

Hi @chufe-dremio

The downlink worker timeout can now be set using the --downlink-worker-timeout config option. This should be reflected in the documentation soon. Please let us know if the DOWNLINK_WORKER_TIMEOUT environment variable is still documented somewhere, so we can update those docs. Thanks!