Files
edx-platform/lms
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
..
2025-11-19 12:22:49 +02:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.