This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 842
Health check result array [null] returned in embedded tasks sometimes #1106
Milestone
Comments
"tasks": [
{
"appId": "/hotel",
"healthCheckResults": [
null
],
"host": "192.168.2.2",
"id": "hotel.13fa9af6-a607-11e4-b784-9a6f81a7ceff",
"ports": [
32005
],
"stagedAt": "2015-01-27T09:30:05.814Z",
"startedAt": "2015-01-27T09:30:09.442Z",
"version": "2015-01-27T09:30:00.709Z"
}
], |
Moved to 0.8.1, as this is not critical. |
Transition: [
{
"id": "totally_different_path.361e84d1-b041-11e4-bc81-56847afe9799",
"host": "web33",
"ports": [
31005
],
"startedAt": "2015-02-09T09:52:12.080Z",
"stagedAt": "2015-02-09T09:51:25.529Z",
"version": "2015-02-09T09:51:20.692Z",
"appId": "/totally/different/path"
}
] [
{
"id": "totally_different_path.361e84d1-b041-11e4-bc81-56847afe9799",
"host": "web33",
"ports": [
31005
],
"startedAt": "2015-02-09T09:52:12.080Z",
"stagedAt": "2015-02-09T09:51:25.529Z",
"version": "2015-02-09T09:51:20.692Z",
"appId": "/totally/different/path",
"healthCheckResults": [
null
]
}
] [
{
"id": "totally_different_path.361e84d1-b041-11e4-bc81-56847afe9799",
"host": "web33",
"ports": [
31005
],
"startedAt": "2015-02-09T09:52:12.080Z",
"stagedAt": "2015-02-09T09:51:25.529Z",
"version": "2015-02-09T09:51:20.692Z",
"appId": "/totally/different/path",
"healthCheckResults": [
{
"alive": true,
"consecutiveFailures": 0,
"firstSuccess": "2015-02-09T09:54:41.307Z",
"lastFailure": null,
"lastSuccess": "2015-02-09T09:54:41.307Z",
"taskId": "totally_different_path.361e84d1-b041-11e4-bc81-56847afe9799"
}
]
}
] |
kolloch
pushed a commit
that referenced
this issue
Mar 27, 2015
fixes #1106 - Return empty HealthCheck result instead of None, when no r...
kolloch
pushed a commit
that referenced
this issue
Mar 27, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Might be related to #1082.
The text was updated successfully, but these errors were encountered: