상민,
뒤로가기

시리즈 게시글


Friday, May 26, 2023

#daily

TODOs

  • #fun RG 뉴건담

TIL

  1. Canary Branch force push
  2. Docker Image 배포되기 까지 기다리기
  3. su deploy 에서 canary branch force pull 땡겨놓기
  4. canary init (파일 생성) ./bin/deploy canary init
    • canary 트래픽 조정 등 k8s 에서 쓸 canary 용 설정 yaml 파일 생성
  5. canary install 하기 ./bin/deploy canary install -t ${TARGET} ...projects
  6. traffic weight 올리기 ./bin/deploy canary apply -t ${TARGET} ${canaryinit 으로 만든 filename}
  7. 카나리 뒷정리 ./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]] >>