Files
edx-platform/lms/djangoapps/certificates/queue.py
John Jarvis f6d7cc5516 save the cert record immediately after we set the status
There was a potential though unlikely race condition because the .save()
was after the certificate request was put on the queue.

Now calling .save() immediately after we update the
cert.
2013-06-27 15:57:51 -04:00

7.7 KiB