local seconds = math.fmod(math.floor(frame / rounded_fps), 60) local minutes = math.fmod(math.floor(math.floor(frame / rounded_fps) / 60), 60) local hours = math ...
latest_key = os.getenv("TSPLAY_REDIS_LATEST_BATCH_KEY") or "tutorial:session_import:latest_batch" latest_batch_id = redis_get(latest_key) if latest_batch_id == nil or ...