fix: add docker pull before run, add local logging to executor
- Pull Docker image explicitly before docker run to avoid silent
failures when the image isn't cached locally
- Add eprintln logging for job execution mode (docker/bare), image
pull status, and job completion status with exit code
- Matches the observability the old Elixir runner had via Logger
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SHA:
bfb5d896a647a77d92b57654ee7eecfcc9e34890
Author:
Cole Christensen <cole.christensen@macmillan.com>
Date:
2026-03-11 04:01
Parents:
5f5100f
2 files changed
+35
-1
| Type | ||
|---|---|---|
|
|
src/runner/executor.rs | +30 −1 |
|
||
|
|
src/runner/loop_runner.rs | +5 −0 |
|
||