Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

672
Vistas
gunicorn sends info message Handling signal: winch

Can someone pls help to know the reason why gunicorn sends info message Handling signal: winch when Application is idle.

There is no error , application continues to respond but when it is idle above message is displayed.

I could not find more information in gunicorn handling signal documentation section except WINCH: Gracefully shutdown the worker processes when Gunicorn is daemonized.

  1. What is the meaning here gunicorn daemonized?
  2. Handling signal: winch info when Idle , do One need to take some action for this?
  3. any brief info on WINCH and all others signal meaning Thanks in advance !
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

A winch signal (or SIGWINCH, short for Signal Window Change) is normally sent to applications when the terminal window size changes, so that applications know to redraw on the screen. However, gunicorn interprets it to shutdown the worker processes, but only when the application is daemonized. Daemonized is just another way of saying an application is running in the background. This means that while gunicorn isn't running as a background process (i.e. it's on your screen), it handles the signal and doesn't shut down the worker processes.

So to answer your questions:

  1. Daemonized means an application is running in the background.
  2. You don't have to take any action at all, when gunicorn is running in the background it won't be getting any Winch signals, so you don't have to worry about it shutting down.
  3. Winch is normally sent when a terminal window is resized (you can see this by resizing your terminal window while gunicorn is visible, you'll see a lot of handling signal messages).
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda