jeflem / ananke

Jupyter distribution with LMS integration via LTI
GNU Affero General Public License v3.0
5 stars 1 forks source link

Undefined behavior if two instructors create courses at the same time #30

Open jeflem opened 3 months ago

jeflem commented 3 months ago

If two instructors login via two new LMS course almost at the same time (at most some seconds difference), the course creation process for the second instructor may fail. For instance, the second instructor will have no Kore menu.

Presumable, this is caused by restarting the hub during creation of the second course.

For hubs with few courses this is not a serious problem, but for larger ones this may cause troubles.