Commit 366c768
committed
Increase health check timeout for JRuby Sinatra app
JRuby has significant startup overhead due to JVM initialization.
In slower CI environments, the default 60-second health check timeout
is insufficient. Changed to process-based health check with 180-second
timeout to accommodate JRuby's startup time.1 parent e741ba9 commit 366c768
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
0 commit comments