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

fixed: #2255 Add explanation into README.md for Queue-load-leveling pattern #2707

Merged

Conversation

mm-saiful6854
Copy link
Contributor

fix: #2255
modify README.md file under queue-load-leveling.

  • add explanation section
  • add plai-word and wiki say
  • add programmatic example with code of taskGenerator and ServiceExecutor classes
  • add console output by running the code at local

image

modify README.md file under queue-load-leveling.
- add explanation section
- add plai-word and wiki say
- add programmatic example with code of taskGenerator and ServiceExecutor classes
- add console output by running the code at local
@sonarcloud
Copy link

sonarcloud bot commented Oct 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
No Duplication information No Duplication information

@iluwatar iluwatar merged commit b186ff5 into iluwatar:master Oct 28, 2023
1 check passed
@iluwatar
Copy link
Owner

Looks good! Thank you for the contribution 🎉

@all-contributors please add @mm-saiful6854 for docs

@allcontributors
Copy link
Contributor

@iluwatar

I couldn't determine any contributions to add, did you specify any contributions?
Please make sure to use valid contribution names.

@mm-saiful6854 already contributed before to doc

@mm-saiful6854 mm-saiful6854 deleted the explanation/queue-load-leveling-#2255 branch October 28, 2023 09:14
sugan0tech pushed a commit to sugan0tech/java-design-patterns that referenced this pull request Nov 12, 2023
…eling pattern (iluwatar#2707)

* fix: iluwatar#2255
modify README.md file under queue-load-leveling.
- add explanation section
- add plai-word and wiki say
- add programmatic example with code of taskGenerator and ServiceExecutor classes
- add console output by running the code at local

* ref: add '## explanation' line above real-world example
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.

Explanation for Queue-Based Load Leveling
2 participants