mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Bugfix/polling improvements - Pointing polling to new backend endpoint designed for status only (#2949)
* Optimizing polling * Fixed formatting issue * Pointed new endpoint to new backend polling endpoint * Missed a unit test update * Fixed flake issue
This commit is contained in:
@@ -199,7 +199,7 @@ def create_app(application):
|
||||
|
||||
current_app.logger.info(
|
||||
f"FEATURE_SOCKET_ENABLED value in __init__.py coming \
|
||||
from config is {application.config.get('FEATURED_SOCKET_ENABLED')} and \
|
||||
from config is {application.config.get('FEATURE_SOCKET_ENABLED')} and \
|
||||
the ending value is {feature_socket_enabled}"
|
||||
)
|
||||
return dict(
|
||||
|
||||
Reference in New Issue
Block a user