-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document type
#168
Comments
Seems to refer to this, but not sure if applied to local docker outside of the default |
Yeah it refers to that, but the docker-local scheduler only supports the In the future, the custom proxy plugins might enable some sort of support for the |
Is there a way to set the Docker "Test" command for the container when using a non-web process? For example, I have a queue worker that doesn't serve web requests. If I do a
So a I just tried adding a "liveness" type to my |
This plugin doesn't change any |
Ah, that was the clue I needed! It's being set in a base image I'm pulling. That explains why none of my other deploys were showing "unhealthy" for non-web processes, as this is my first deploy with this particular base image (the others just rely on the standard buildpacks which don't set healthcheck). Got it, thank you! |
Description of feature
Both the README and https://dokku.com/docs/deployment/zero-downtime-deploys/ state that
type
may be one ofstartup
,readiness
, orliveness
, but they don't actually say what this means! It would be nice to have this information available.The text was updated successfully, but these errors were encountered: