You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### New features
11
11
12
+
*`shiny run` now takes zero or more `--reload-dir` arguments that can be used with `--reload` to indicate what directories should be (recursively) monitored for reload. If zero such arguments are passed, then the directory containing the app will be recursively monitored.
# WEB_CONCURRENCY is one way to set uvicorn's worker count; we don't support
264
+
# this, let's make that perfectly clear.
265
+
wc=os.environ["WEB_CONCURRENCY"]
266
+
ifwc!="1":
267
+
sys.stderr.write(
268
+
f"Ignoring WEB_CONCURRENCY value of {wc}. Shiny does not support gunicorn-style concurrency; instead, run multiple Shiny processes behind a load balancer that supports sticky sessions.\n"
0 commit comments