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

[Scheduler Pattern] (Add) scheduler pattern #76 #2584

Closed
wants to merge 3 commits into from

Conversation

tiennm99
Copy link
Contributor

I just implemented common and easy to understand disciplines like: First Come First Served, Priority scheduling, Shortest remaining time first, Round-robin scheduling.

It would be great if someone were generous enough to implement more complicated disciplines.

@sonarcloud
Copy link

sonarcloud bot commented Sep 10, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

94.4% 94.4% Coverage
15.9% 15.9% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

scheduler/README.md Outdated Show resolved Hide resolved
scheduler/README.md Outdated Show resolved Hide resolved
scheduler/pom.xml Outdated Show resolved Hide resolved
scheduler/pom.xml Outdated Show resolved Hide resolved
@tiennm99
Copy link
Contributor Author

tiennm99 commented Oct 8, 2023

Gotcha, I'll fix them later. Maybe on next weekend.

@tiennm99
Copy link
Contributor Author

I fixed problems in your comments. Please check them again @iluwatar

@iluwatar
Copy link
Owner

iluwatar commented Oct 26, 2023

Please check the failing build and conflicts @tiennm99

Copy link

stale bot commented Nov 25, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the status: stale issues and pull requests that have not had recent interaction label Nov 25, 2023
Copy link

stale bot commented Jan 9, 2024

Closed due to inactivity. Thank you for your contributions.

@stale stale bot closed this Jan 9, 2024
@tiennm99
Copy link
Contributor Author

Sorry I'm too busy these days. I will fix it by the end of Jan 2024.

@tiennm99
Copy link
Contributor Author

I have created new PR #2794

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: stale issues and pull requests that have not had recent interaction status: under review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants