Skip to content
/ app-api Public template
generated from yiisoft/package-template

Add service update paused case for swarm deployment log parsing#271

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/port-yiisoft-app-pull-456
Draft

Add service update paused case for swarm deployment log parsing#271
Copilot wants to merge 2 commits intomasterfrom
copilot/port-yiisoft-app-pull-456

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

Ports yiisoft/app#456. Docker Swarm can fail a deployment with a service update paused state rather than an explicit rollback, which was previously undetected as a failure.

Changes

  • Makefile: Extend prod-deploy failure detection grep pattern to include service update paused alongside existing rollback: and update rolled back patterns
  • Makefile: Generalize failure error messages from rollback-specific wording to "Docker Swarm update failed" to cover all failure modes
  • CHANGELOG.md: Add entry under 1.2.1 under development
# Before
if grep -qiE 'rollback:|update rolled back' deploy.log; then

# After
if grep -qiE 'rollback:|update rolled back|service update paused' deploy.log; then

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

…oyment log parsing

Co-authored-by: samdark <47294+samdark@users.noreply.github.com>
Copilot AI changed the title [WIP] Port yiisoft/app pull request 456 Add service update paused case for swarm deployment log parsing Mar 19, 2026
Copilot AI requested a review from samdark March 19, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants