-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed stdole reference as it was broken and did not seem tim impact debug/attach functionality - Standardized formatting of CSV values based on InvariantCulture and ISO8601 dates - Add dynamic scaling timeout based on paralleization expected AcousticWorkbench Service class - when parallel requests are made, and the requests are backlogged for resources, they sit in a queue and timeout very quickly - Up the number of concurrent connections allowed by AcousticWorkbench Service (assuming a server-server comms scenario) - Added better support for non-json errors in AcoustiWorkbench Service (can happen when loadblancers respond with generic 500 html pages) - MAJOR bug fixed in EventMetadataResolver: race conditions for the two workflows now no longer occur. Previously, only a fraction of the processed events from the first workflow were handed off to the second workflow. - Added ordering to EventStatistics data class to ensure input sequence matches output sequence - Added statistics to EventStatisticsEntry.cs to give useful feedback to users - Added delay, cooloff, and retry logic to RemoteSourcePreparer. This should fixe the occasional 0 byte response faulty responses sent by the AcousticWorkbench and will also cope with load/demand failures suffered by servers
- Loading branch information
Showing
15 changed files
with
321 additions
and
68 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.