stanford-oval/genie-cloud

Recording mode needs to be enabled twice

gcampax opened this issue · 1 comments

In dev.almond.stanford.edu, I need to click twice the checkbox to enable recording mode.
That is, I click the checkbox once, and it immediately unchecks itself. I click it again, and it sticks.

Looking at the log, it seems the "start" request completed successfully, but the "status" request fired immediately after still returns "off". This might be a race condition where we fire the "status" request too early. It might be exacerbated by different requests hitting different frontend processes.

Fixed by #916