Skip to content
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

[BE] 잘못된 스케줄러 cron 수정 #571

Open
syoun602 opened this issue Oct 25, 2022 · 0 comments
Open

[BE] 잘못된 스케줄러 cron 수정 #571

syoun602 opened this issue Oct 25, 2022 · 0 comments
Assignees
Labels
🌾 backend Anything related to back-end 🐞 bug Something isn't working 🛠 refactor Refactor code

Comments

@syoun602
Copy link
Collaborator

버그 기능

  • 5분마다 스케줄러가 동작하고 있다.
  • 현재 cron: 5 */5 * * * *
  • 기대 cron: 5 5-59/10 * * * * (offset 5를 붙여 10분마다 cron 수행)

버그 시나리오

기대 동작

매시 5분, 15분, 25분, 35분, 45분, 55분에 스케줄러가 동작해야한다.

현재 동작

매시 5분마다 스케줄러가 동작한다.

@syoun602 syoun602 added 🐞 bug Something isn't working 🌾 backend Anything related to back-end 🛠 refactor Refactor code labels Oct 25, 2022
@syoun602 syoun602 self-assigned this Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌾 backend Anything related to back-end 🐞 bug Something isn't working 🛠 refactor Refactor code
Projects
None yet
Development

No branches or pull requests

1 participant