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

Feat/3 queue job #4

Merged
merged 23 commits into from
Oct 24, 2023
Merged

Feat/3 queue job #4

merged 23 commits into from
Oct 24, 2023

Conversation

junha-ahn
Copy link
Member

What is this PR?

Key Changes

  • add job service (collect all of function for batch)
    • remove expired queue ticket
    • remove expired queue
    • move ticket into running
  • add scheduler
      1. remove expired
      1. move tickets
      1. sleep

Test Checklist

  • test/....

@junha-ahn junha-ahn linked an issue Oct 19, 2023 that may be closed by this pull request
3 tasks
@junha-ahn junha-ahn merged commit aac69f5 into main Oct 24, 2023
1 check passed
@junha-ahn junha-ahn deleted the feat/3-queue-job branch October 24, 2023 13:45
Copy link

@ParkJeongseop ParkJeongseop left a comment

Choose a reason for hiding this comment

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

LGTM

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.

대기열 Waiting => Running 으로 옮기는 스케줄러 개발
3 participants