Commit cc53b14
Fix pipeline lock path to use DB directory instead of relative CWD
The lock file path was hardcoded as "storage/pipeline.lock" which
resolves against CWD. On prod the binary runs from a different directory
than where the DB lives, so the lock file's parent directory didn't
exist. Derive the lock path from the configured DB path instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c35143a commit cc53b14
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| 22 | + | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments