fix(dev): recover bacon run after transient errors #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-31-bacon-rebuild-recovery"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Verification
Closes #31
This PR updates the
baconrun job to wait for in-flight cargo invocations and introduces a 500ms grace period to handle transient errors more gracefully. The changes are documented inbacon.tomland the changelog, improving the development workflow by reducing manual intervention.Walkthrough
CHANGELOG.md:
baconrun job, which now waits for in-flight cargo runs and applies a 500ms grace period.bacon.toml:
backgroundtofalse,grace_periodto500ms, andon_change_strategytowait_then_restart.Pre-merge checks