From 399725a60cfdeccad33dd316953ef369b505df4e Mon Sep 17 00:00:00 2001
From: thevickypedia
Date: Fri, 22 Sep 2023 19:24:09 -0500
Subject: [PATCH] Set `DeprecationWarning` for AMI deprecation time Raise
UserWarning if brute forced to stopp the server Update image factory Remove
excessive thread logs Release the most stable version
---
README.md | 6 ++---
docs/README.html | 6 ++---
docs/_sources/README.md.txt | 6 ++---
docs/genindex.html | 4 +++
docs/index.html | 11 ++++++++
docs/objects.inv | Bin 1100 -> 1116 bytes
docs/searchindex.js | 2 +-
expose/__init__.py | 2 +-
expose/models/config.py | 1 +
expose/models/image_factory.py | 47 ++++++++++++++++++++++++++-------
expose/models/server.py | 14 +++++++---
release_notes.rst | 4 +++
12 files changed, 79 insertions(+), 24 deletions(-)
diff --git a/README.md b/README.md
index 93edb84..40f181f 100644
--- a/README.md
+++ b/README.md
@@ -40,13 +40,13 @@ If connections take longer to establish due to network conditions, a short timeo
**Connection Rate**
-If your server expects a high rate of incoming connections and you want to process them quickly, a shorter timeout can be beneficial.
-However, it also means that your server needs to handle and process connections rapidly.
+If your server expects a high rate of incoming connections, and you want to process them quickly, a shorter timeout can be beneficial.
+However, it also means that your server needs to be able to process connections rapidly.
**Resource Usage**
Short timeouts can lead to a higher rate of repeated checks, which may consume more CPU resources on the server.
-Ensure that your server has the capacity to handle frequent connection checks.
+Ensure that your server has the capacity to handle frequent connection checks, if you are setting `CHANNEL_TIMEOUT` too low.
diff --git a/docs/README.html b/docs/README.html
index f97c088..ad767bf 100644
--- a/docs/README.html
+++ b/docs/README.html
@@ -76,11 +76,11 @@ Environment Variables:
Connection Rate
-If your server expects a high rate of incoming connections and you want to process them quickly, a shorter timeout can be beneficial.
-However, it also means that your server needs to handle and process connections rapidly.
+If your server expects a high rate of incoming connections, and you want to process them quickly, a shorter timeout can be beneficial.
+However, it also means that your server needs to be able to process connections rapidly.
Resource Usage
Short timeouts can lead to a higher rate of repeated checks, which may consume more CPU resources on the server.
-Ensure that your server has the capacity to handle frequent connection checks.
+Ensure that your server has the capacity to handle frequent connection checks, if you are setting CHANNEL_TIMEOUT
too low.
Custom endpoint
The public DNS names for EC2 instances are long and messy. To avoid that, an A
record can be added to the route53
hosted zone.
:warning: Requires an active hosted zone on route53
.
diff --git a/docs/_sources/README.md.txt b/docs/_sources/README.md.txt
index 93edb84..40f181f 100644
--- a/docs/_sources/README.md.txt
+++ b/docs/_sources/README.md.txt
@@ -40,13 +40,13 @@ If connections take longer to establish due to network conditions, a short timeo
**Connection Rate**
-If your server expects a high rate of incoming connections and you want to process them quickly, a shorter timeout can be beneficial.
-However, it also means that your server needs to handle and process connections rapidly.
+If your server expects a high rate of incoming connections, and you want to process them quickly, a shorter timeout can be beneficial.
+However, it also means that your server needs to be able to process connections rapidly.
**Resource Usage**
Short timeouts can lead to a higher rate of repeated checks, which may consume more CPU resources on the server.
-Ensure that your server has the capacity to handle frequent connection checks.
+Ensure that your server has the capacity to handle frequent connection checks, if you are setting `CHANNEL_TIMEOUT` too low.
diff --git a/docs/genindex.html b/docs/genindex.html
index 6f61afa..070f7e4 100644
--- a/docs/genindex.html
+++ b/docs/genindex.html
@@ -84,6 +84,8 @@ A