Graceful Shutdown - Definição do Glossário de CI/CD
O graceful shutdown é um processo que responde ao SIGTERM parando novo trabalho, concluindo as requisições em andamento e liberando recursos antes de sair, para que deploys e scale-down não percam nada.
Guias relacionados
Drain - CI/CD Glossary DefinitionDraining stops sending new work to an instance while letting existing work finish, so it can be retired or up…
SIGTERM - CI/CD Glossary DefinitionSIGTERM (signal 15) asks a process to shut down gracefully so it can clean up. CI sends it on cancel or timeo…
Readiness Probe - CI/CD Glossary DefinitionA readiness probe tells Kubernetes when a pod is ready to receive traffic. Until it passes, the pod stays out…