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
@cisaacstern i think if we can establish a baseline JSON scheme for the output lines, beginning with just enforcing existence of status field - that would be awesome
As noted in pangeo-forge/pangeo-forge-orchestrator#132, the lack of a "status" field in
pangeo-forge-runner/pangeo_forge_runner/commands/bake.py
Line 117 in 36380ff
causes problems for
orchestrator
error handling. (This omission was my oversight in #14.)We should add
{"status": "running"}
here. And maybe a test/check to make sure log lines always have a "status"?The text was updated successfully, but these errors were encountered: