Merge branch 'bugfix/KASM-5511_session_recording_aborting_with_s3_profiles' into 'develop'

KASM-5511 Fix session recording aborting on startup with large S3 profiles

Closes KASM-5511

See merge request kasm-technologies/internal/workspaces-core-images!170
This commit is contained in:
Justin Travis 2024-01-30 16:54:41 +00:00
commit 44b52c1f8c

View File

@ -84,6 +84,8 @@ function pull_profile (){
sleep 3
http_proxy="" https_proxy="" curl -k "https://${KASM_API_HOST}:${KASM_API_PORT}/api/set_kasm_session_status?token=${KASM_API_JWT}" -H 'Content-Type: application/json' -d '{"status": "running"}'
# Reset the timer to prevent session recording monitor from exiting
SECONDS=0
fi
}