Skip to content

Commit

Permalink
fix: remove record exception to avoid error rate on NR (#32850)
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 authored Jul 26, 2023
1 parent 370ea80 commit 51079e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmodule/modulestore/split_mongo/mongo_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ def set(self, key, structure, course_context=None):
# .. custom_attribute_description: contains the data chunk size in MBs. The size on which
# the memcached client failed to store value in course structure cache.
monitoring.set_custom_attribute('split_mongo_compressed_size', chunk_size_in_mbs)
monitoring.record_exception()
log.info('Data caching (course structure) failed on chunk size: {} MB'.format(chunk_size_in_mbs))


Expand Down

0 comments on commit 51079e5

Please sign in to comment.