{{ message }}
Batch processing of by Tag commands - Fix #262#289
Merged
Conversation
- Import workflow state, transport, metrics, and build updates from main - Preserve workflow tag fanout settings while keeping worker metrics instrumentation - Resolve the merge conflict in InfiniticWorker and keep the merged tree whitespace-clean
- Bump the Kotlin Gradle plugin and serialization plugin from 2.1.0 to 2.2.20 - Restore compatibility with Gradle 9.1 for Maven POM generation and local publishing - Keep the existing context receiver syntax working while unblocking publishToMavenLocal
- Replace legacy context receiver declarations with named context parameters - Update coroutine and logger usages where implicit receivers must now be explicit - Switch the Gradle compiler configuration to -Xcontext-parameters and JVM default mode settings - Verify the migration with spotlessApply and publishToMavenLocal
- Bump the Kotlin Gradle plugin and serialization plugin from 2.2.20 to 2.3.20 - Take advantage of the earlier context-parameter migration to stay compatible with Gradle 9 publishing - Verify the upgrade with spotlessApply and publishToMavenLocal
- Fix low-risk Kotlin warnings around logger typing, serializer visibility, boxed Java types, and redundant branches - Clean up a few nullability and cast issues surfaced by Kotlin 2.3.20 - Keep publishToMavenLocal green after the warning cleanup under --warning-mode all
- Buffer Redis key-set pagination so getPage always respects the requested limit and add coverage for the buffered cursor behavior - Raise the workflow tag fanout page size default to 5000 and remove the extra fanout send parallelism wiring - Update workflow tag tests and Gradle Kotlin configuration to match the new pagination and compiler setup
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.

No description provided.