linted/HardwareCheckout

Remove from queues after website inactivity.

开放

#120 创建于 2020年7月25日

 (1 条评论) (0 个反应) (1 位负责人)Python (2 个派生)auto 404
ClientServerenhancementhelp wanted

仓库指标

星标
 (0 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南