Merged
Conversation
Contributor
|
We changed the release rule a bit. The commit message should be simplified: -> But a tag message should be as you wrote. So, please, update the commit message and tag the master branch after merge with the message below. Be careful, tag with git tag -a 1.1.0 |
6a7b782 to
499a511
Compare
Contributor
Author
|
Updated the commit message and as far as I understand I wait for merge to create tag. |
Contributor
|
Please, remove empty paragraphs in the release's part: Lines 28 to 31 in 499a511 |
499a511 to
07ad42a
Compare
Contributor
Author
|
Removed empty paragraphs from release part. |
oleg-jukovec
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
The release synchronizes sharded-queue with sharded-queue-ee.
New features
Added truncate() method to clean tubes.
Added
release_limitconfiguration option which provides thata taken task is removed from the queue if the task has been
released (by
releaseorttr)release_limittimes.Added
release_limit_policyconfiguration option to controlthe behavior when a task reached the
release_limit.Closes TNTP-6412