Skip to content

Commit

Permalink
Merge branch 'main' into task/finish-func
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai authored Nov 15, 2024
2 parents af27ac6 + af6c98f commit 1ad0c65
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 21 deletions.
4 changes: 2 additions & 2 deletions gunicorn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
#
# Kubernetes config:
# https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
graceful_timeout = 45
timeout = 50
graceful_timeout = 85
timeout = 90


def on_starting(server):
Expand Down
11 changes: 10 additions & 1 deletion newrelic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,16 @@ error_collector.ignore_errors = app.v2.errors:BadRequestError jsonschema.excepti
# specific environment will be used when the environment argument to the
# newrelic.agent.initialize() function has been defined to be either
# "development", "test", "staging" or "production".
#

# If this setting is enabled, it will capture package and version
# information on startup of the agent that is displayed in the APM
# environment tab.
# In applications that have a large number of packages, having this
# setting enabled may cause a CPU spike as it captures all the package
# and version information. It is recommended in those cases to disable
# this setting.
# Disabling this setting will disable the ability to detect vulnerabilities in outdated packages.
package_reporting.enabled = false

[newrelic:development]
# monitor_mode = false
Expand Down
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PyYAML = "6.0.1"

cachelib = "0.12.0"
SQLAlchemy = "1.4.52"
newrelic = "9.1.1"
newrelic = "9.2.0"
notifications-python-client = "6.4.1"
python-dotenv = "1.0.1"
pwnedpasswords = "2.0.0"
Expand Down

0 comments on commit 1ad0c65

Please sign in to comment.