You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check how long it takes to compile only the script
We can run a compile check in the background and inform the user via some Toast/Popup window about the result
User can't run the test without a compilation check.
When the user clicks Run, we need to make sure that the Script was compiled successfully (we check this in DB). Otherwise, we need to run the compilation, mark it in the DB, and schedule it in K8s if the compilation was successful.