Skip to content

feat: cron 스타일 잡 스케줄링 설정 #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 24, 2025

Conversation

greenstar1151
Copy link
Contributor

@greenstar1151 greenstar1151 commented Apr 17, 2025

작업 내용

  • 주기적인 실행이 필요한 Job들이 스케줄링되도록 설정하였습니다.

배경

  • 프로덕션 환경에서 실제 데이터 채우기

필수 리뷰어

  • any

링크

기타 사항

  • 레일즈 8부터 기본값으로 설정된 Solid Queue Job 백엔드 덕분에 간편하게 반복되는 잡을 스케줄링 할 수 있습니다. 더 자세한 내용은 여기를 참고하시면 좋을 것 같습니다.

체크 리스트

  • 프로덕션 적용 후 Job 실행 확인

희망 리뷰 완료 일

  • 2025.04.18(금)

@greenstar1151 greenstar1151 self-assigned this Apr 17, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

config/recurring.yml:4

  • [nitpick] For consistency and to avoid potential YAML parsing issues, consider quoting all cron expressions (e.g., "55 23 * * *") across the configuration.
schedule: 55 23 * * * # 매일 23시 55분에 실행

Copy link
Contributor

@qndn3tp qndn3tp left a comment

Choose a reason for hiding this comment

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

확인했습니다! 수고하셨습니다 👍🏻

@greenstar1151
Copy link
Contributor Author

확인 감사합니다 🤗

@greenstar1151 greenstar1151 merged commit 32a9c92 into master Apr 24, 2025
4 checks passed
@greenstar1151 greenstar1151 deleted the feat-setup-cron-job-scheduling branch April 24, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants