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
fix: trap SIGTERM in pre-init seid container so Job exits cleanly
The sidecar await-condition task sends SIGTERM to seid when the
target height is reached. With exec, seid exits 143 which the Job
treats as failure (backoffLimit: 0). Run seid as a child process
with a TERM trap that exits 0 instead.
0 commit comments