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
Fix GET Process endpoint for unstaged docker apps (#4415)
- The user field was added in #4407
- This failed for unstaged Docker apps since they do not have
JSON-parseable execution metadata
- This fix updates the code to treat empty and unparseable execution
metadata the same as an empty JSON object
0 commit comments