As noted in pangeo-forge/pangeo-forge-orchestrator#132, the lack of a "status" field in
|
self.log.info(f"Baking only recipe_id='{self.recipe_id}'") |
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"?
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
orchestratorerror 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"?