guesswho1234 / Rex

Shiny dashboard for creating and evaluating written single / multiple-choice exams and creating reusable exercise pools.
GNU General Public License v3.0
5 stars 2 forks source link

docker issue #269

Closed guesswho1234 closed 3 months ago

guesswho1234 commented 3 months ago

first stage of evaluation works when not using background process, however, second stage sometimes fails.

guesswho1234 commented 3 months ago

somehow seems that once the callback from the background process takes a while, it does not arrive at the client anymore.

guesswho1234 commented 3 months ago

first and second stage work when not using background processes

guesswho1234 commented 3 months ago

when using background processes (callr) execution fails when executing exams::nops_scan

guesswho1234 commented 3 months ago

branch debug_firstStageSucceess manages to pass first stage for all the data

guesswho1234 commented 3 months ago

printing text to the console during invalidation routine somehow fixes the issue. maybe if there is no change for a while something important goes to sleep

guesswho1234 commented 3 months ago

issue probably fixed