notify-300 set total message limit of 250k

This commit is contained in:
Kenneth Kehl
2023-04-28 12:37:06 -07:00
parent 5cbeedb000
commit 9de806000a
14 changed files with 193 additions and 89 deletions

View File

@@ -59,7 +59,8 @@ werkzeug = "~=2.2"
prometheus-client = "==0.14.1"
gds-metrics = {version = "==0.2.4", ref = "6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72", git = "https://github.com/alphagov/gds_metrics_python.git"}
packaging = "==21.3"
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
# TODO revert to main
notifications-utils = {editable = true, ref = "notify-300", git = "https://github.com/GSA/notifications-utils.git"}
newrelic = "*"
[dev-packages]