vtex / node-vtex-api

VTEX IO API Client for Node
76 stars 16 forks source link

Remove unecessary worker signal logs #523

Closed Jeymisson closed 1 year ago

Jeymisson commented 1 year ago

What is the purpose of this pull request?

Remove unnecessary worker signal logs

What problem is this solving?

Worker signal logs with SIGTERM are flooding logs visualization. Those logs could happen anytime by scale to zero policy enforcement or just by evicting pods to move for new nodes when clusters are scaling.

Captura de Tela 2023-02-01 às 10 06 48

How should this be manually tested?

Screenshots or example usage

Types of changes