diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-21 17:03:47 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-21 17:11:33 -0300 |
commit | 68b1be8ef443b088cf5c1f7f964e1bd7ad42408e (patch) | |
tree | ec882e6c61f1fe4a04ba9eca113c198f998f084f /changes/add-backend-alive-check | |
parent | 159dbe295148975bdfe9a50f871254aa9adf2328 (diff) |
Add heartbeat to check if backend is alive.
Send a 'ping' request every 2 secs to ensure that the backend is
running.
Use polling instead of recv on the backend_proxy. This was already
implemented for the signaler.
Diffstat (limited to 'changes/add-backend-alive-check')
-rw-r--r-- | changes/add-backend-alive-check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/add-backend-alive-check b/changes/add-backend-alive-check new file mode 100644 index 00000000..40e12978 --- /dev/null +++ b/changes/add-backend-alive-check @@ -0,0 +1 @@ +- Add checks to ensure that the backend is alive or notify the user. Related to #5873. |