#service.wait

1 messages · Page 1 of 1 (latest)

forest obsidian
#

(just updated the link, I had the wrong line initially)

#

there's also a similar Exec: execSvc, function that's stored which could do the exec.

#

I'm curious what your use case is

mystic walrus
forest obsidian
mystic walrus
#

yeah, that's super related. I've got the stdout/stderr bit roughly handled using OTEL at this point. As is mentioned in that issue, I think that plumbing stdout/stderr streams from Dagger would be difficult, hence why I opted to use OTEL instead of trying to build it into the Dagger API. The exit code bit should be much easier, I figured