Files
edx-platform/lms/djangoapps/discussion/django_comment_client
Taimoor Ahmed 56f7da908a fix: send thread_created signal after transaction commit (#37675)
Prevents notification failures with MySQL backend by ensuring signals
are only sent after database transactions commit. This fixes race
conditions where Celery workers couldn't see newly created threads.

- Added send_signal_after_commit() helper function
- Updated both thread creation paths to use the helper

Co-authored-by: Taimoor  Ahmed <taimoor.ahmed@A006-01711.local>
2025-11-26 11:43:45 +05:00
..
2020-05-01 19:42:15 +05:00
2024-05-28 13:02:16 +05:00

See ``lms/djangoapps/discussion/README.rst``