Argo-OSS / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
0 stars 0 forks source link

ISSUE-18642 - Implement graceful shutdown in all Argo CD components #6

Open daengdaengLee opened 3 months ago

daengdaengLee commented 3 months ago

ISSUE-18642 - Implement graceful shutdown in all Argo CD components

이슈 내용

진행 사항

daengdaengLee commented 2 months ago

Graceful Shutdown in Go

고루틴 (goroutine)

채널 (chan)

select 문법

@TODO

leehosu commented 2 months ago

건호님 코드 참고해서 controller 작업해보고 싶습니다요