• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

machida / mb / 19893046173
82%

Build:
DEFAULT BRANCH: main
Ran 03 Dec 2025 12:00PM UTC
Jobs 1
Files 37
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Dec 2025 11:59AM UTC coverage: 76.523%. Remained the same
19893046173

push

github

machida
fix: add deploy_timeout to allow longer container startup

問題:
- デプロイ時に30秒でヘルスチェックタイムアウト
- エラー: "target failed to become healthy within configured timeout (30s)"
- データベースマイグレーション実行中にタイムアウト

根本原因:
- proxy.healthcheck.timeout は全体の待機時間ではない
- deploy_timeout(デフォルト20秒)がコンテナ起動の待機上限
- マイグレーション含む起動に20-30秒では不足

解決策:
- deploy_timeout: 150 を追加(最大2.5分待機)
- healthcheck.interval: 5(5秒ごとにチェック)
- healthcheck.timeout: 10(各リクエストは10秒でタイムアウト)

参考:
- https://kamal-deploy.org/docs/upgrading/configuration-changes/
- https://jetthoughts.com/blog/solving-kamals-target-failed-become-healthy/

135 of 200 branches covered (67.5%)

Branch coverage included in aggregate %.

644 of 818 relevant lines covered (78.73%)

6.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19893046173.1 03 Dec 2025 12:00PM UTC 185
40.23
GitHub Action Run
Source Files on build 19893046173
  • Tree
  • List 37
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19893046173
  • 2aab8e51 on github
  • Prev Build on main (#19891932064)
  • Next Build on main (#19894980060)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc