Skip to content

Commit

Permalink
feat: Remove TODO on MonitoringMemoryMiddleware (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmc-edx committed Jan 28, 2025
1 parent 7755f6b commit b6d0f55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions codejail_service/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def root(*path_fragments):
MIDDLEWARE = (
'edx_django_utils.monitoring.DeploymentMonitoringMiddleware', # python and django version
'edx_django_utils.monitoring.CachedCustomMonitoringMiddleware', # support accumulate & increment
# TODO: Re-enable. Disabled since waffle wants a DB. Ticket: https://github.com/openedx/codejail-service/issues/5
# 'edx_django_utils.monitoring.MonitoringMemoryMiddleware', # memory usage

'django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
Expand Down

0 comments on commit b6d0f55

Please sign in to comment.