Skip to content

Refactor[#83]: 기존 데일리 스케줄러 삭제#84

Merged
likerhythm merged 3 commits intodevelopfrom
refactor/remove-daily-scheduler
Jul 31, 2025
Merged

Refactor[#83]: 기존 데일리 스케줄러 삭제#84
likerhythm merged 3 commits intodevelopfrom
refactor/remove-daily-scheduler

Conversation

@likerhythm
Copy link
Collaborator

확인 사항

  • 💯 테스트는 잘 통과했나요?
  • 🏗️ 빌드는 성공했나요?
  • 🧹 불필요한 코드는 제거했나요?
  • 💭 이슈는 등록했나요?
  • 🏷️ 라벨은 등록했나요?

작업 내용

기존 데일리 스케줄러를 삭제했습니다.

시퀀스 다이어 그램

주의사항

Closes #83

@likerhythm likerhythm requested a review from sangyunpark99 July 30, 2025 08:29
@likerhythm likerhythm self-assigned this Jul 30, 2025
@likerhythm likerhythm linked an issue Jul 30, 2025 that may be closed by this pull request
2 tasks
Copy link
Contributor

@ghkdwldus0807 ghkdwldus0807 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다🐿️

Copy link
Contributor

@sangyunpark99 sangyunpark99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다.

def schedule_resize_weight_wrapper():
asyncio.run_coroutine_threadsafe(schedule_resize_weight(), loop)

scheduler.add_job(schedule_resize_weight_wrapper, "cron", hour=3, minute=0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: 깔끔하게 제거된 것 같습니다.

@likerhythm likerhythm merged commit bce37a3 into develop Jul 31, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor] 기존 데일리 스케줄러 삭제

3 participants