fix: treat HTTP 409 as success on Portainer stack start #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/cicd_improvements"
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?
409 means the stack is already running — the PUT redeployed it successfully. The subsequent POST /start has nothing to do in that case and correctly returns a conflict. Treating it as an error was a false failure.
🤖 Generated with Claude Code