시리즈 게시글
Friday, May 26, 2023
#daily
TODOs
- #fun RG 뉴건담
TIL
- Canary Branch force push
- Docker Image 배포되기 까지 기다리기
- su deploy 에서 canary branch force pull 땡겨놓기
- canary init (파일 생성)
./bin/deploy canary init
- canary 트래픽 조정 등 k8s 에서 쓸 canary 용 설정 yaml 파일 생성
- canary install 하기
./bin/deploy canary install -t ${TARGET} ...projects
- traffic weight 올리기
./bin/deploy canary apply -t ${TARGET} ${canaryinit 으로 만든 filename}
- 카나리 뒷정리
./bin/deploy canary destroy ${TARGET}
What is best practice for using CoroutineScope with long running application like webserver or batch job runner?
To use GlobalScope
or custom application lifecycle CoroutineScope
?
Notes created today
List FROM "" WHERE file.cday = date("2023-05-26") SORT file.ctime asc
Notes last touched today
List FROM "" WHERE file.mday = date("2023-05-26") SORT file.mtime asc
<< [[2023-05-25-Thursday|Yesterday]] | [[2023-05-27-Saturday|Tomorrow]] >>