RTSYork / VLAB

The RTS Virtual Lab
https://wiki.york.ac.uk/display/RTS/The+RTS+Virtual+Lab
GNU General Public License v3.0
9 stars 2 forks source link

Boards sometimes get stuck in locked state #8

Closed RussellJoyce closed 4 years ago

RussellJoyce commented 6 years ago

Sometimes a board will be stuck in the locked state, despite no user being connected to it.

This can be cleared by running manage.py list (it outputs "Board XXX available but no lock info. Setting available."), but these phantom locks should also be cleared periodically by a cronjob.

RussellJoyce commented 4 years ago

These should be cleared each minute by the cronjob running in the relay server (as this runs the same script as manage.py list anyway, so I'm going to assume the issue can be closed unless we find any evidence that this isn't working correctly.