Removed hard coded Max Concurrent Items in Event Consumer. That signi…#2
Open
ivanfioravanti wants to merge 177 commits intoCoreViewInc:masterfrom
Open
Removed hard coded Max Concurrent Items in Event Consumer. That signi…#2ivanfioravanti wants to merge 177 commits intoCoreViewInc:masterfrom
ivanfioravanti wants to merge 177 commits intoCoreViewInc:masterfrom
Conversation
…ficantly impact performance in a lot of events scenario.
…ClientFactory constructor.
Added CosmosClientOptions to UseCosmosDbPersistence method and CosmosClientFactory constructor
# Conflicts: # src/WorkflowCore/Services/BackgroundTasks/WorkflowConsumer.cs
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.8.1 to 2.19.0. - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases) - [Commits](mongodb/mongo-csharp-driver@v2.8.1...v2.19.0) --- updated-dependencies: - dependency-name: MongoDB.Driver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.8.1 to 2.19.0. - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases) - [Commits](mongodb/mongo-csharp-driver@v2.8.1...v2.19.0) --- updated-dependencies: - dependency-name: MongoDB.Driver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
… and dynamo clients
…rmance-test-results Add performance test results under doc section
…on methods as intended)
…AWSClients Enable supply of pre-provisoned AWS clients
Change all .net 6 package references to entity framework to 7.*. All tests pass :D
…core into oracle_provider
…ork-core-7 Update EFCore to 7
Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.2.13 to 1.3.0. - [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases) - [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md) - [Commits](zzzprojects/System.Linq.Dynamic.Core@v1.2.13...v1.3.0) --- updated-dependencies: - dependency-name: System.Linq.Dynamic.Core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…et/src/WorkflowCore.DSL/System.Linq.Dynamic.Core-1.3.0 Bump System.Linq.Dynamic.Core from 1.2.13 to 1.3.0 in /src/WorkflowCore.DSL
…thod Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
…flowCore namespaces Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
…rovider with AsSplitQuery Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
…9d54a5-a645-4ded-9e91-d033a95e80df Fix DynamoDB UpdateExpression syntax error in MarkEventUnprocessed method
…05f027-b580-44dc-9256-023003cb76e5 Add detailed individual test result reporting to GitHub Actions workflows
…thod Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
…af8fbb-32f9-4231-98a7-c72e191619e8 Add LINQ database query optimizations for large data scenarios
…ypeFilter parameter Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
Co-authored-by: danielgerlag <2357007+danielgerlag@users.noreply.github.com>
…opasync-task-completion Fix StopAsync to properly await async task completion in workflow steps
Add configurable ObjectSerializer for MongoDB persistence to allow user type deserialization
* azure foundry * test targets * tests
…anielgerlag#1415) Migrates WorkflowCore.QueueProviders.SqlServer from deprecated System.Data.SqlClient to Microsoft.Data.SqlClient v5.1.6, consistent with the rest of the codebase. Fixes danielgerlag#1414 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
…ficantly impact performance in a lot of events scenario.
Describe the change
A clear and concise description of what the change is. Any PR submitted without a description of the change will not be reviewed.
Describe your implementation or design
How did you go about implementing the change?
Tests
Did you cover your changes with tests?
Breaking change
Do you changes break compatibility with previous versions?
Additional context
Any additional information you'd like to provide?