linted/HardwareCheckout

Remove from queues after website inactivity.

Aberta

#120 aberto em 25 de jul. de 2020

 (1 comentário) (0 reação) (1 responsável)Python (2 forks)auto 404
ClientServerenhancementhelp wanted

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

We should add a timer which logs people out if their websocket has not been connected for a very long time. Set a backend timer which gets set on websocket close to run an hour later? on websocket connect, check if there is a timer for that user and remove it. If the timer goes off, remove the user from their queues. I think we are safe to leave them having their devices since those will time out naturally.

Guia do colaborador