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: releases.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,35 @@
1
1
# Releases
2
2
3
+
## Unreleased
4
+
5
+
### Health Checks
6
+
7
+
Falcon adds support for the `Async::Container` health check which detects hung processes and restarts them. The default health check interval is 30 seconds.
8
+
9
+
`falcon serve` introduces a new `--health-check-timeout` option to configure the health check timeout. `falcon.rb`/`falcon host` can be changed using the `health_check_timeout` key within the `container_options` configuration - these are passed directly to `Async::Container`. If you don't want a health check, set `health_check_timeout` to `nil`.
10
+
11
+
### Falcon Server Process Title
12
+
13
+
The Falcon server process title is now updated periodically (alongside the health check) to include information about the numnber of connections and requests.
0 commit comments